A math-centered programming language library.
Go to file
Danila Fedorin 2487cdebe0 Add the ability to parse types.
This ability is not integrated with the rest of the parser - in fact, the grammar for things like function declarations (where type declarations are necessary) is not yet determined.
2018-03-06 16:47:11 -08:00
external Update liblex. 2018-02-28 13:48:28 -08:00
include Add the ability to parse types. 2018-03-06 16:47:11 -08:00
src Add the ability to parse types. 2018-03-06 16:47:11 -08: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 Add a parse type struct, used to hold type data as it is parsed. 2018-03-06 16:45:43 -08:00