We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b074377 + a7100f2 commit a77c390Copy full SHA for a77c390
1 file changed
build0_win.xsh
@@ -12,6 +12,8 @@ python src/libasr/asdl_cpp.py grammar/Python.asdl src/lpython/python_ast.h
12
python src/libasr/asdl_cpp.py src/libasr/ASR.asdl src/libasr/asr.h
13
# Generate a wasm_visitor.h from src/libasr/wasm_instructions.txt (C++)
14
python src/libasr/wasm_instructions_visitor.py
15
+# Generate the intrinsic_function_registry_util.h (C++)
16
+python src/libasr/intrinsic_func_registry_util_gen.py
17
18
# Generate the tokenizer and parser
19
pushd src/lpython/parser && re2c -W -b tokenizer.re -o tokenizer.cpp && popd
0 commit comments