Swift implementation of Lox language, the tutorial is made by Bob Nystrom available at : http://www.craftinginterpreters.com/
Each chapter will be available in a dedicated branch
- Scanner chapter : https://github.com/AnasMostefaoui/SwiftLox/tree/Chapter/Scanner
- Code representation chapter: https://github.com/AnasMostefaoui/SwiftLox/tree/Chapter/CodeRepresentation
- Parsing expressions chapter : https://github.com/AnasMostefaoui/SwiftLox/tree/Chapter/ParsingExpressions