Skip to content

Commit

Permalink
- more work done towards solving #51 -- including a new helper API ca…
Browse files Browse the repository at this point in the history
…lled `braceArrowActionCode()`

- micro step towards merging this branch with the (currently still faulty!) master branch and make that one the main dev line once again.
  + this will take some significant migratory work on bnf.l + bnf.y before we can merge branches, though! master has a significantly advanced, yet buggy, new grammar spec, which never got finished as the plugs got pulled due to RL developments which are nearing the end after a year now   |:-(
- regenerated library files
- updated test reference files
  - as usual done brute-force via `make clean-dumpfiles ; make`
- removing testset file lists as globby is back in action -- see also sindresorhus/globby#155 (comment)
- added another test example grammar for #51 ; also added the required input file and minimal lexer for producing a Minimum Viable Test Product running the generated grammars (if there's any success there)
  • Loading branch information
GerHobbelt committed Nov 16, 2020
1 parent ef64b15 commit 28a2f85
Show file tree
Hide file tree
Showing 155 changed files with 4,304 additions and 2,170 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ web/crash.log
# ignore the compiler output for any examples:
examples/output
docs/examples/reference-output
docs/**/examples/output

# Vagrant sandbox
vagrant
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ comparison:
lexer-comparison: build
cd packages/jison-lex && make comparison

lexer-test: build
cd packages/jison-lex && make test

examples_directory: build
cd examples/ && make all

Expand Down
179 changes: 121 additions & 58 deletions dist/cli-cjs-es5.js

Large diffs are not rendered by default.

0 comments on commit 28a2f85

Please sign in to comment.