A math-centered programming language library.
Go to file
Danila Fedorin 264f420186 Merge type and parsetype into a single struct.
It doesn't make sense to re-create the same structure, or even
re-allocated any of the memory.
2018-04-17 15:49:09 -07:00
external Update libds and liblex. 2018-03-24 17:17:06 -07:00
include Merge type and parsetype into a single struct. 2018-04-17 15:49:09 -07:00
src Merge type and parsetype into a single struct. 2018-04-17 15:49:09 -07:00
.gitignore Add .gitignore file. 2018-02-03 23:47:05 -08:00
.gitmodules Add libds and liblex submodules. 2018-02-04 15:58:21 -08:00
CMakeLists.txt Merge type and parsetype into a single struct. 2018-04-17 15:49:09 -07:00