Metadata-Version: 2.2
Name: goonlang
Version: 25.2.23
Summary: A super simple programming language made with the lark package.
Home-page: https://github.com/Touchcreator/goonlang
Author: Touchcreator (Tochukwu Okolo)
Author-email: tochukwu.m.okolo@gmail.com
License: MIT
Keywords: lark,language,programming,python,goonlang
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Natural Language :: English
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: lark
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

# goonlang

Programming lnaguage made in python with `lark`

There's only a few functions right now, you can assign variables, add, subtract, print, and I think a few others.

## Installation

Just run `pip install goonlang`!

## Execution

Run `goonlang <filename>`, if that doesn't work, then try `py(thon3) -m goonlang <filename>`


# Changelog:

## 25.2.23
-------------
- Update batch scripts to remove residue files from building
- Update `importer.py` to prevent memory leaks when opening (I saw it in a YouTUbe video)

## 25.2.22.2
-------------
- Fix the creation of a `scripts` folder

## 25.2.22.1
-------------
- Fix description

## 25.2.22
-------------
- Uploaded to PyPI, very very basic language

