clean house on old examples; sketch out outline for new examples

This commit is contained in:
Allen Webster
2021-09-02 19:29:40 -07:00
parent cae86313c6
commit 5a1462faee
15 changed files with 21 additions and 764 deletions
+19 -7
View File
@@ -1,7 +1,19 @@
inspecting error information
MD_CodeLocFromNode, (MD_Node from MD_Message)
nil nodes
tips on generating C
concat
PushStringF
match flags (which are relevant)
Intro Materials Should Cover:
arena
string helpers
immutable tree model
nil
Examples:
[ ] Metadesk parse checker
[ ] Metadesk reprinter
[ ] Example of helpers: string helpers, linked lists, map type
printing errors, cmd line, file iter
[ ] Datadesk-like setup
[ ] Example type metadata
[ ] Example of simple expression parser
[ ] Example of C-like expression parser (with value and type expressions)
[ ] Example(s) of using overrides
[ ] Example memory clearing in long-running program
[ ] Example multi-threaded parsing