An implementation of the Lox programming language in Golang (http://craftinginterpreters.com)
 
 
Go to file
Christian Nicola 26cfb7ee7d
Create LICENSE
2021-08-12 11:02:39 +02:00
cmd/glox Feature: REPL / file parser are now hooked up to lexer.Scanner 2021-08-06 15:54:44 +02:00
internal/lexer Feature: REPL / file parser are now hooked up to lexer.Scanner 2021-08-06 15:54:44 +02:00
tests Chore: Add test code file 2021-08-06 16:04:20 +02:00
.gitignore Implement lexer module 2021-08-02 21:07:32 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2021-08-12 11:00:18 +02:00
LICENSE Create LICENSE 2021-08-12 11:02:39 +02:00
Makefile Initial commit 2021-08-02 19:45:16 +02:00
go.mod Implement lexer module 2021-08-02 21:07:32 +02:00
go.sum Implement lexer module 2021-08-02 21:07:32 +02:00