Programming a BASIC Interpreter in Python: Variables

Published: 24 July 2023
on channel: Monkey see, monkey do
172
12

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