Skip to content

parstools/ALL-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ALL-training

Training of Adaptive LL(*) Parsing

Trial of algorithm described in paper "Adaptive LL(*) Parsing: The Power of Dynamic Analysis" by Terence Parr,Sam Harwell and Kathleen Fisher. I extend simple rules definition by repetition options:

  • "?" - 0 or 1
  • "+" - 1 or more
  • "*" - 2 or more

##gram09.dat:

  • S->Ac
  • S->Ad
  • A->a+

Prerequisites

  • sudo apt install libboost-system-dev libboost-filesystem-dev

About

Training of Adaptive LL(*) Parsing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors