Programming a BASIC Interpreter in Python: Variables

Опубликовано: 24 Июль 2023
на канале: 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: maksymkorzh@gmail.com
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