I implemented better error handling between episodes, go over that code, and then in this episode I cover handling operator precedence with pratt parsing.
This series is incrementally building a C Compiler in C using Data Oriented Design as simply as we can.
Join Discord Here: / discord
A few ways to support me making videos and software for the community:
Ko-Fi (preferred) - https://ko-fi.com/rj45_creates
Patreon - / rj45creates
GitHub Sponsors - https://github.com/sponsors/rj45
See the project on github here: https://github.com/rj45/gosie_c
Sean Barrett's stb_ds.h documentation: http://nothings.org/stb_ds/
Latest version: https://github.com/nothings/stb/blob/...
chibbicc: https://github.com/rui314/chibicc/com...
Rui Ueyama's Compiler Book: https://www.sigbus.info/compilerbook
Get the assembler I am using here: https://github.com/hlorenzi/customasm