Create a Programming Language - Episode 4: Tokenizing Numbers

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



Category:
Show
Duration: 1:14:33
494 views
29


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 will begin work on our lexer.

- Intro 0:00
- Lexer 2:17
- First Test 12:08
- Ignore Spaces and Comments 16:51
- Second Test 32:26
- Numbers 36:40
- Third Test 1:09:39
- Outro 1:12:02




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/c08fdf7442d074e28ca55c82230a792942adef1b

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