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

@ -1,10 +1,11 @@
# Star-Wars-III
_Remake of Star Wars (1983 arcade game)._
_Remake of Star Wars (1983) arcade game._
- Home: https://github.com/abhinandanramesh/Star-Wars-III
- Inspirations: Star Wars (1983 arcade game)
- State: mature, inactive since 2014
- Keywords: arcade, inspired by "Star Wars (1983 arcade game)", remake, skill
- Keywords: arcade, remake, skill
- Code repository: https://github.com/abhinandanramesh/Star-Wars-III.git
- Code language: Python
- Code license: GPL-2.0