Making a language: Structs as Named Args (and also some recursion)

Описание к видео Making a language: Structs as Named Args (and also some recursion)

Code: https://github.com/contextfreeinfo/rio/

I still haven't fully implemented nested structs yet, either.
I might still change the term from struct to record.
I'll probably change multi-value Text ranges to memory-based struct-like storage.
I plan a fixed size struct-like thing also in the future that can't reference "heap" allocated RC things.

0:00 Intro
0:17 Recursion
1:53 Structs / records
3:14 Structs as named args
4:03 Deep punning
4:33 Keywords vs punctuation
6:36 Parse tree vs normed AST
7:33 Analyzed tree
8:34 Wasm (WebAssembly)
10:30 Outro

Комментарии

Информация по комментариям в разработке