A CPython wrapper around liblex.
Go to file
Danila Fedorin 69afdab402 Implement lexing, almost. Currently, throws NoMemory exception on error. 2017-05-05 21:00:17 -07:00
external Add external git module. 2017-05-05 19:58:28 -07:00
include Implement lexing, almost. Currently, throws NoMemory exception on error. 2017-05-05 21:00:17 -07:00
src Implement lexing, almost. Currently, throws NoMemory exception on error. 2017-05-05 21:00:17 -07:00
.gitignore Initial commit. Create .gitignore. 2017-05-05 18:06:25 -07:00
.gitmodules Add external git module. 2017-05-05 19:58:28 -07:00
setup.py Write setup.py to compile liblex and friends. 2017-05-05 19:58:40 -07:00