aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Combine "CompiledGrammar" and "Report" payloadsEuAndreh2024-12-214-66/+26
| | | | | | | | Instead of one JSON file for each output, a single file with both outputs combined, each under its own key. The beauty of maps. Also instead of using a flag to determine where to put the data, just print to stdout and be done with it.
* Consolidate packages spread across multiple files into single oneEuAndreh2024-12-1159-10217/+9974
|
* Namespace packages with "urubu/"EuAndreh2024-12-1065-0/+23020
|
* Setup Makefile project structure with empty src/urubu.go sourceEuAndreh2024-11-192-0/+13