ultra progress

This commit is contained in:
2025-05-26 22:14:21 -04:00
parent 6906e7f39d
commit 32ad6e11fe
4 changed files with 608 additions and 151 deletions

View File

@@ -1,3 +1,5 @@
# WATL Exercise
An exercise on making the simplest useful parser with different languages or conventions.
An exercise on making the simplest useful parser with different languages or conventions.
The C code conveys a convention for doing C I've synthesized after studying how several people in the "handmade" community have written their exposed libraries or codebases.