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

@ -3,10 +3,11 @@
_Clone of Achtung, die Kurve!, a simple skill game._
- Home: https://kurve.se/
- Inspirations: "Achtung, die Kurve!"
- State: mature
- Play: https://kurve.se/
- Platform: Web
- Keywords: action, clone, inspired by "Achtung, die Kurve!", multiplayer local, open content
- Keywords: action, clone, multiplayer local, open content
- Code repository: https://github.com/SimonAlling/kurve.git
- Code language: JavaScript
- Code license: AGPL-3.0