a pretty fun language
- Simplify return types: Many functions that returned `enum parse_fragment_result` only ever returned PF_OK or PF_ERROR. Changing these functions to return bool simplifies things a lot. This also helped in identifying some places where I didn't handle all parse_fragment_result values properly. - More cleaning up - Allow linebreaks inside parenthesis |
||
|---|---|---|
| examples | ||
| functional_tests | ||
| src | ||
| .gitignore | ||
| configure.ac | ||
| Makefile.am | ||