Skip to content

Commit

Permalink
Merge pull request #2769 from certik/win_patch
Browse files Browse the repository at this point in the history
Fix build0_win.xsh on Windows
  • Loading branch information
certik authored Jul 8, 2024
2 parents b074377 + a7100f2 commit a77c390
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build0_win.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ python src/libasr/asdl_cpp.py grammar/Python.asdl src/lpython/python_ast.h
python src/libasr/asdl_cpp.py src/libasr/ASR.asdl src/libasr/asr.h
# Generate a wasm_visitor.h from src/libasr/wasm_instructions.txt (C++)
python src/libasr/wasm_instructions_visitor.py
# Generate the intrinsic_function_registry_util.h (C++)
python src/libasr/intrinsic_func_registry_util_gen.py

# Generate the tokenizer and parser
pushd src/lpython/parser && re2c -W -b tokenizer.re -o tokenizer.cpp && popd
Expand Down

0 comments on commit a77c390

Please sign in to comment.