Stack Based Language in C | Part 1 Lexer

preview_player
Показать описание
In this project we will implement a stack based language in C. Today we will implement the base of the lexer which can tokenize numbers.

Join this channel to get access to perks

If you enjoy my work, consider buying me a cup of coffee for getting through those long coding sessions :)

Chapters:
Рекомендации по теме
Комментарии
Автор

my teacher said that he build a compiler when he was in college, i got excited though i'm passed out already, got interested, searched on youtube, you came, you appeared brother, i am sure you will rock in upcoming days,
i also think that C is the easiest language to follow. Computer starts with 'C' guys 💻.
Love and support from India ♥

subid.majumdar
Автор

For TMI on compiling stack languages, dig up Brad Rodriguez's "Moving Forth" series of articles. He goes into the design choices behind choosing different registers as dedicated stack pointers.

luserdroog
Автор

Thanks for the nice tutorial,would you like to create a branch for the origin c version?

jinnzhu