Commit Graph

3 Commits

Author SHA1 Message Date
2f84f2c5bb Fix minor format stnank with genast.py
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2024-09-26 11:09:07 -07:00
ccf6c9e939 Update visitor methods to return a Result<(), Box<dyn Error>>
Visitors for AST members may be fallible now

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2024-09-20 16:03:37 -07:00
0c3e8bd4c0 Add tools and .gitignore
Mostly going to be changing up how the AST is generated so I want to get
it into git now before I screw too much up.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2024-09-16 14:07:53 -07:00