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 891c34f commit d2574a5Copy full SHA for d2574a5
ci/build.xsh
@@ -33,6 +33,9 @@ python grammar/asdl_cpp.py grammar/Python.asdl src/lpython/python_ast.h
33
# Generate a Python AST from Python.asdl (Python)
34
python grammar/asdl_py.py
35
36
+# Generate the tokenizer
37
+pushd src/lpython/parser && re2c -W -b tokenizer.re -o tokenizer.cpp && popd
38
+
39
$lpython_version=$(cat version).strip()
40
$dest="lpython-" + $lpython_version
41
bash ci/create_source_tarball0.sh
0 commit comments