• Stars
    star
    411
  • Rank 105,247 (Top 3 %)
  • Language
    Python
  • License
    MIT License
  • Created about 6 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Interpreter for the BASIC language written in Python 3

py-myopl-code

All code for my "Make your own programming language in Python" tutorial series on YouTube: https://www.youtube.com/playlist?list=PLZQftyCk7_SdoVexSmwy_tBgs7P0b97yD

This code is an interpreter for a BASIC-like language written in Python 3.

The latest code is in the folder which is for the latest episode (ep14).

I'm now finished with the development of this project, and the tutorials are complete on YouTube.

Forks

Improvements have been made by others so I'll link to them here:

  • AdrianGjerstad - started on standard library and added string indexing