Airline Food is an esoteric programming language created by @jamie-large . The language specs are aviable at this link: https://esolangs.org/wiki/Airline_Food
This project is a simple DSL writed in Scala. The files included are:
- airlineOperations.scala: containing all the operations which the programming language is able to to execute
- airlineParser.scala: containing the parser for the language
- airlineStack.scala: contain a stack emulation with a pointer used for move along it
- main.scala: read, parse and execute the content of src/test.txt.