Skip to content

Releases: acekingke/yaccgo

v0.1

09 Dec 06:55
Compare
Choose a tag to compare

Changelog

  • 053d2d1 workflow: remove i386 release
  • 2acc9a4 workflow: add the release action
  • a34416e workflow: remove graphviz install action
  • 930842e doc: add parser context doc
  • 56dda32 Grammar,Parser,Symbol: add infinate recursive check #8
  • af1fdd2 Grammar,Items,LR,Parser: fix bugs, goto calc error, and stack full
  • d702991 Parser: add ; as rule end
  • c8d7268 *: refactor the yaccgo
  • 1687bcc *: remove dot run from in test
  • 91af095 *: add reduce graph
  • 109c847 workflow: fix the grahviz fail in workflow
  • 8b46d9c *: support dot graphviz
  • d784dd0 *: add oop codegen, and go version to 1.17
  • d20534e *: remove debug flag and update to g1.18
  • 450337d *: fix the bug none use nonTerminal symbol
  • 0500f80 LALR: fix the goto table bug
  • 41591e1 LALR: remove debug info
  • 18be2e4 Builder: fix etra import
  • b585eb9 *: fix the nonassoc bug
  • a29ce50 *: imbed css in html file
  • b792fdb *: add the http debuger tool
  • a64c2b4 *: fix the error of readme.md
  • d460080 *: fix the template bug
  • d608322 *: refactor the pack
  • 89b3fe7 Update code_check.yml
  • bc3430d *: add useage
  • c89e31c *: add new flags and modify the directory
  • 18286ed Builder,README: add feature for parse tracing
  • 18bace1 *: add Push Context and Pop Contex
  • 8522f1d *: support repeat initialize parser
  • 1ff30a5 *: fix the bug for eof token
  • 68d53fc Merge pull request #4 from acekingke/Logo
  • 601a8c8 Parser: use packed sparse matrix for state table #2
  • 584d9d5 Merge pull request #3 from acekingke/PackTable
  • b1967f5 Parser: use packed sparse matrix for state table #2
  • 816ab35 change error action is 0,accept as 100+maxstate
  • 79e2ea9 fix the bug of calc DR set
  • 173a172 Merge pull request #1 from runkecheng/main
  • 089cc27 ci: go fmt and static check.
  • 78667bf Docs: complete the manual
  • 1b94a41 Update README.md
  • 7d38046 Update README.md
  • 7c69edb *: Add Docs and modify CodeGen problem
  • 1079dcd *: init code