Metadata-Version: 2.4
Name: basic-lang
Version: 0.2.0
Summary: BASIC language interpreter
License: MIT
License-File: LICENSE
Author: Yitzchak Gale
Author-email: gale@sefer.org
Requires-Python: >=3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: tdp-parser (>=0.2.0,<0.3.0)
Project-URL: Repository, https://github.com/ygale/basic-lang
Description-Content-Type: text/markdown

An implementation of the classic BASIC programming
language interpreter in Python.

This is a fully worked out example usage of the
tdp-parser library.

