<- Back to shtanton's homepage
aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add parsing numbersHEADmainCharlie Stanton2022-01-093-2/+73
|
* Add necessary includes to cudl.hCharlie Stanton2021-10-051-0/+3
|
* Remove debug code mistakenly left inCharlie Stanton2021-10-041-4/+0
|
* Add string and map parsing. Currently no support for the schema variants of ↵Charlie Stanton2021-10-044-6/+363
| | | | the syntax for these types
* Add testing code and fix a few bugsCharlie Stanton2021-10-036-25/+51
|
* Complete parser with arrays, bools and nulls. Create empty testing fileCharlie Stanton2021-10-035-37/+187
|
* Add CUDL definition documentsCharlie Stanton2021-10-034-0/+168
|
* Add reading from a fileCharlie Stanton2021-10-011-1/+27
|
* Changes approach to be more understandableCharlie Stanton2021-10-011-47/+34
| | | | This is more in line with a definitional parser. A later implementation can be faster
* Initial commitCharlie Stanton2021-10-012-0/+73