grammars for entries parsing now LALR(1), which is much faster

This commit is contained in:
Trilarion
2020-09-02 22:31:01 +02:00
parent 60fd9ed93e
commit b3f9d3af9b
18 changed files with 147 additions and 49 deletions

View File

@ -4,8 +4,9 @@ _Remake of Where in the World Is Carmen Sandiego? (1985)._
- Home: https://github.com/Ponup/thiefcatcher
- Media: <https://en.wikipedia.org/wiki/Where_in_the_World_Is_Carmen_Sandiego%3F_(1985_video_game)>
- Inspirations: Where in the World Is Carmen Sandiego? (1985)
- State: beta
- Keywords: strategy, educational, inspired by "Where in the World Is Carmen Sandiego? (1985)", remake
- Keywords: strategy, educational, remake
- Code repository: https://github.com/Ponup/thiefcatcher.git
- Code language: C++
- Code license: GPL-3.0