Metadata-Version: 2.2
Name: goonlang
Version: 25.2.22
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
License-File: LICENSE.txt
Requires-Dist: lark
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
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.


Changelog:

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