mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 07:04:04 -05:00
* Converted amd64 docs to ts * 6502 * 6502 part 2 * arm * avr * evm * java * llvm * python * Fix bug with only getting the first paragraph * Updated help messages
9 lines
294 B
Bash
Executable File
9 lines
294 B
Bash
Executable File
#/usr/bin/bash
|
|
|
|
JVMS_PATH=$(pwd)/vendor/jvms.html
|
|
|
|
[ -f "$JVMS_PATH" ] || curl https://docs.oracle.com/javase/specs/jvms/se18/html/jvms-6.html -o "$JVMS_PATH"
|
|
|
|
$(pwd)/../find-node ../../../.node-bin
|
|
$(cat ../../../.node-bin) docenizer-java.js > ../../../lib/asm-docs/generated/asm-docs-java.ts
|