[02] Starting the Tokenizer - Data Oriented C Compiler

Опубликовано: 29 Декабрь 2024
на канале: rj45 Creates
832
47

The is a more programming heavy episode where I start building the tokenizer / scanner / lexer in preparation for building a proper parser.

This series is incrementally building a C Compiler in C using Data Oriented Design as simply as we can.


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

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