Skip to content

Commit

Permalink
Merge pull request lcompilers#2635 from Shaikh-Ubaid/remove_file
Browse files Browse the repository at this point in the history
Remove auto-generated file
  • Loading branch information
Shaikh-Ubaid committed Mar 29, 2024
2 parents f73874d + e42c9ea commit c0446d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3,600 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ src/lpython/ast.h
src/lpython/asr.h
src/libasr/asr.h
src/libasr/wasm_visitor.h
src/libasr/pass/intrinsic_function_registry_util.h
src/libasr/config.h
share/jupyter/kernels/fortran/kernel.json
src/runtime/*.o.empty.c
Expand Down
2 changes: 2 additions & 0 deletions ci/build.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ python src/libasr/asdl_cpp.py grammar/Python.asdl src/lpython/python_ast.h
python grammar/asdl_py.py
# 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
Loading

0 comments on commit c0446d6

Please sign in to comment.