[examples] write overrides example; tidy up overrides overrview comment; tidy up misc notes files

This commit is contained in:
Allen Webster
2021-10-07 22:35:31 -07:00
parent 343b239fa1
commit 5d51cf478c
7 changed files with 213 additions and 88 deletions
+22
View File
@@ -0,0 +1,22 @@
Example Programs:
[x] Metadesk hello world
[x] Metadesk parse checker
[x] User error checking
[x] Datadesk-like setup
[ ] Example type metadata
[x] Cleanup & Simplification Pass
[ ] Commentary
[ ] Example Type File With Errors
[ ] Example of simple expression parser
[ ] Example of C-like expression parser (with value and type expressions)
[ ] Example(s) of using overrides
[x] Write
[ ] Commentary
[ ] Example memory clearing in long-running program
[ ] Example multi-threaded parsing
Example Metadesk Files:
[x] Hello world
[x] identifiers, numbers, strings, and symbols
[x] sets, seperators, and tags