FULL SERIES: • Programming a BASIC Interpreter in Py...
Source code:
https://github.com/maksimKorzh/BASIC/...
BASIC Interpreter: https://github.com/maksimKorzh/BASIC
Text editor: https://github.com/maksimKorzh/ego
Support the channel:
PayPal: [email protected]
Patreon: / code_monkey_king
Contents:
00:00 Intro
00:25 Adding variables to the lexer
01:22 Parsing variables
04:15 Artificially creating some variables for testing
05:25 Fixing typos and testing