diff options
author | 0xHyoga <0xhyoga@cygnusdao.finance> | 2022-07-22 06:05:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-22 13:05:08 +0900 |
commit | 0ea53870b6b93eb3b20dbd8317291cfe06dc38bd (patch) | |
tree | 402a3f9c591f1c6c3883d2bda825d8118ba66126 /doc/ale-cairo.txt | |
parent | 5ef26c32da4407ca820afe359f6b957dd514a656 (diff) | |
download | ale-0ea53870b6b93eb3b20dbd8317291cfe06dc38bd.zip |
cairo support (#4256)
* cairo support
* supported languages txt
* add cairo to ale.txt
Diffstat (limited to 'doc/ale-cairo.txt')
-rw-r--r-- | doc/ale-cairo.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/ale-cairo.txt b/doc/ale-cairo.txt new file mode 100644 index 00000000..0a78e68a --- /dev/null +++ b/doc/ale-cairo.txt @@ -0,0 +1,15 @@ +=============================================================================== +ALE Cairo Integration *ale-cairo-options* + + +=============================================================================== +starknet *ale-cairo-starknet* + +g:ale_cairo_starknet_executable *g:ale_cairo_starknet_executable* + *b:ale_cairo_starknet_executable* + + Default: `'starknet-compile'` + + Overrides the starknet-compile binary after installing the cairo-language. + + For more information read 'https://starknet.io/docs/quickstart.html' |