Create a Programming Language - Episode 7: Parsing All Primary Expressions

Subscribers:
1,250
Published on ● Video Link: https://www.youtube.com/watch?v=J-_Ejpq8JqM



Category:
Show
Duration: 39:36
261 views
7


Creating a programming language is simpler than you might think. In this series, I am continuing upon the previous one in order to create a better guide to help you create your own language!

In this episode, we finish up parsing our Primary Expressions.

- Intro 0:00
- Faults Refactor 0:12
- Primary Expressions 2:22
- Characters 5:48
- Strings 7:06
- Identifiers 18:10
- Primary Keywords 19:19
- Parentheses 21:30
- Test One 27:18
- Fix EOF String 31:54
- Test Two 34:24
- Outro 37:58




Check out the creator who initially taught me all of this: https://www.youtube.com/playlist?list=PLZQftyCk7_SdoVexSmwy_tBgs7P0b97yD

My Programming Language, Sea: https://github.com/DavidMacDonald11/Sea-Compiler

End-of-Episode Source Code: https://github.com/DavidMacDonald11/tutorial-language/tree/234e4a737f684d96bcdd17763bc16eafd722095d

End-Card Image by 200 Degrees from Pixabay https://pixabay.com/vectors/programmer-programming-code-work-1653351/

End-Card Music - Password Infinity by Evgeny Bardyuzha from Pixabay: https://pixabay.com/music/beats-password-infinity-123276/







Tags:
coding
programming
language
kotlin
jvm
java
gradle