Back to Browse

Programming a BASIC Interpreter in Python: Variables

261 views
Jul 24, 2023
6:37

FULL SERIES: https://www.youtube.com/watch?v=4js7Mv5BEXE&list=PLLfIBXQeu3aaEgJeLEcVXP6TNOCifY1CM&index=2 Source code: https://github.com/maksimKorzh/BASIC/blob/main/tutorial/part2/basic.py BASIC Interpreter: https://github.com/maksimKorzh/BASIC Text editor: https://github.com/maksimKorzh/ego Support the channel: PayPal: [email protected] Patreon: https://www.patreon.com/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

Download

1 formats

Video Formats

360pmp410.1 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Programming a BASIC Interpreter in Python: Variables | NatokHD