Skip to content

eduardvercaemer/itesm-tc2037-automata-lexer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tc2037 - lexer

Lexer built in clojure based on finite deterministic automatas

function

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.

image

development requirements

# run project
$ lein run
# compile .jar
$ lein uberjar

use

Download .jar and run, needs java installed

$ java -jar lexer.jar