We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e674e3c commit cabe8e2Copy full SHA for cabe8e2
build0.sh
@@ -13,6 +13,8 @@ python src/libasr/asdl_cpp.py grammar/Python.asdl src/lpython/python_ast.h
13
python src/libasr/asdl_cpp.py src/libasr/ASR.asdl src/libasr/asr.h
14
# Generate a wasm_visitor.h from src/libasr/wasm_instructions.txt (C++)
15
python src/libasr/wasm_instructions_visitor.py
16
+# Generate the intrinsic_function_registry_util.h (C++)
17
+python src/libasr/intrinsic_func_registry_util_gen.py
18
19
# Generate the tokenizer and parser
20
(cd src/lpython/parser && re2c -W -b tokenizer.re -o tokenizer.cpp)
0 commit comments