Directories
¶
| Path | Synopsis |
|---|---|
|
Command build-website renders the Gad documentation (./doc) into a static, GitHub-Pages-ready website with client-side search, a light/dark theme and a WebAssembly playground.
|
Command build-website renders the Gad documentation (./doc) into a static, GitHub-Pages-ready website with client-side search, a light/dark theme and a WebAssembly playground. |
|
internal
|
|
|
pluginsync
Package pluginsync extracts the authoritative Gad language vocabulary (keywords, atoms, constants, builtin functions) from the gad/token packages and keeps the editor plugins (codemirror-gad, prism-gad) in sync with it.
|
Package pluginsync extracts the authoritative Gad language vocabulary (keywords, atoms, constants, builtin functions) from the gad/token packages and keeps the editor plugins (codemirror-gad, prism-gad) in sync with it. |
|
Command update-codemirror-plugin keeps web/codemirror-gad in sync with the Gad language: it adds any keywords/atoms/constants/builtins the plugin is missing and reports the language commits since the plugin was last updated.
|
Command update-codemirror-plugin keeps web/codemirror-gad in sync with the Gad language: it adds any keywords/atoms/constants/builtins the plugin is missing and reports the language commits since the plugin was last updated. |
|
Command update-delve keeps the VM's debug execution loop (vm_loop_debug.go) in sync with the production loop (vm_loop.go).
|
Command update-delve keeps the VM's debug execution loop (vm_loop_debug.go) in sync with the production loop (vm_loop.go). |
|
Command update-prism-plugin keeps web/prism-gad in sync with the Gad language: it adds any keywords/atoms/builtins the grammar is missing and reports the language commits since the plugin was last updated.
|
Command update-prism-plugin keeps web/prism-gad in sync with the Gad language: it adds any keywords/atoms/builtins the grammar is missing and reports the language commits since the plugin was last updated. |
|
Command update-vscode-plugin regenerates the VS Code extension's TextMate grammar (editors/vscode-gad/syntaxes/gad.tmLanguage.json) from the current Gad language vocabulary, so highlighting stays in sync with the compiler.
|
Command update-vscode-plugin regenerates the VS Code extension's TextMate grammar (editors/vscode-gad/syntaxes/gad.tmLanguage.json) from the current Gad language vocabulary, so highlighting stays in sync with the compiler. |
Click to show internal directories.
Click to hide internal directories.