Commit Graph

8 Commits

Author SHA1 Message Date
Sameer Rahmani 146e68670a Enable the golangci-lint in the CI 2021-01-25 19:18:35 +00:00
Sameer Rahmani d154f32079 Fix the build script to compile the bootstrap in a container 2021-01-15 18:52:09 +00:00
Sameer Rahmani 8546c1c562 Add the build target to the global make file 2021-01-15 18:34:41 +00:00
Sameer Rahmani e0c6960b6b Add jenkinsfile and makefiles to test it 2021-01-15 18:28:36 +00:00
Sameer Rahmani 1bd3a41fb6 Create a basic parser in Golang 2020-11-14 10:51:25 +00:00
Sameer Rahmani 7f1080964a Add antlr docker image and setup to generate the parser 2020-11-10 22:12:39 +00:00
Sameer Rahmani 9181292651 Print debug data of reader and evaluator on the rep 2020-11-01 20:15:07 +00:00
Sameer Rahmani 124fd3e267 Move current implementation to the 'bootstrap' directory
Since we're decided to create a Serene interpreter to bootstrap
the self hosted compiler, I moved the current implementation to
bootstrap directory and setup a very basic REPL.
2020-11-01 19:40:07 +00:00