Lexer built in clojure based on finite deterministic automatas
Through a state machine, a basic language that represents simple expressions can be parsed.
The html module allows us to generate html syntax highlighting that can be viewed on a browser.
# run project
$ lein run
# compile .jar
$ lein uberjar
Download .jar and run, needs java installed
$ java -jar lexer.jar