Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 213 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 213 Bytes

lexim

Lexer generation and regex implementation for Nim.

example

Lexim requires a 'lexe' helper exe that is used by 'lexim'. Compile via nim c lexe and then you can run the example via nim c ex1.nim.