Programming Language with LLVM [4/20] Strings | Extern Calls

preview_player
Показать описание

This is the fourth lecture from the "Programming Language with LLVM" course where we build a full programming language similar to JavaScript from scratch, using LLVM compiler infrastructure.

In this lecture:

- Strings
- Global variables
- Extern functions
- Function declarations
- Function calls
- Printf operator

#LLVM #DS_Education
Рекомендации по теме
Комментарии
Автор

Just started watching your videos and noticed you called "@" as "ampersand - that's actually "at/at sign", ampersand is "&".

alin
Автор

after thousand of research this is the first useful video about creating a compiler with LLVM, Thank's for sharing your knowledge 💟

JoseJoya