jlechem / TextAdventure

A text adventure API framework
3 stars 0 forks source link

Implement ANTLR parser and grammar into code #10

Closed jlechem closed 6 years ago

jlechem commented 6 years ago

Once the ANTLR grammar is done it and the parser need to get implemented into the project so user input can be validated.

jlechem commented 6 years ago

ANTLR does not support C++, so I ended up hand writing the fucking parser.