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 a2db2b0 commit e42c9eaCopy full SHA for e42c9ea
ci/build.xsh
@@ -34,6 +34,8 @@ python src/libasr/asdl_cpp.py grammar/Python.asdl src/lpython/python_ast.h
34
python grammar/asdl_py.py
35
# Generate a wasm_visitor.h from src/libasr/wasm_instructions.txt (C++)
36
python src/libasr/wasm_instructions_visitor.py
37
+# Generate the intrinsic_function_registry_util.h (C++)
38
+python src/libasr/intrinsic_func_registry_util_gen.py
39
40
# Generate the tokenizer and parser
41
pushd src/lpython/parser && re2c -W -b tokenizer.re -o tokenizer.cpp && popd
0 commit comments