Permalink
Please sign in to comment.
Browse files
Build fixes to prepare for release.
'scripts/release.sh build-and-test' works again. Details: - Generate ID/AST/lexer code in _devbuild/gen because fastlex.so needs it. It was getting blown away by the 'make clean' in scripts/release.sh build-and-test. - Fix include paths - Fix line count script. - Make the generated MatchToken function 'static inline' rather than 'inline'. Other: - .c files shouldn't be executable.
- Loading branch information...
Showing
with
33 additions
and 19 deletions.
- +0 −1 benchmarks/auto.sh
- +12 −6 build/codegen.sh
- +5 −1 build/common.sh
- +1 −1 build/compile.sh
- +1 −2 build/dev.sh
- +1 −1 build/setup_fastlex.py
- +7 −1 core/lexer_gen.py
- 0 native/fastlex.c
- 0 native/libc.c
- +1 −1 scripts/count.sh
- +5 −5 scripts/release.sh
No changes.
No changes.
0 comments on commit
6593c24