Go to file
Ruben Dahl a2452e72a6
Added consts and worked on the parser
Added a DEBUG flag that suppresses the debug decorators's output when set to False.
2023-04-08 23:12:17 +02:00
.gitignore Initial commit 2023-04-08 22:07:28 +02:00
LICENSE Added licence and readme 2023-04-08 22:26:06 +02:00
README.md Added licence and readme 2023-04-08 22:26:06 +02:00
constants.py Added consts and worked on the parser 2023-04-08 23:12:17 +02:00
datatypes.py Added consts and worked on the parser 2023-04-08 23:12:17 +02:00
decorators.py Added consts and worked on the parser 2023-04-08 23:12:17 +02:00
pyne.py Added consts and worked on the parser 2023-04-08 23:12:17 +02:00
pyne_errors.py Initial commit 2023-04-08 22:07:28 +02:00

README.md

Pyne

Get it... cause it begins with Py and is written in Python?

Just me? Ok then...

Why

Why not.

About

This is an attempt at a programming language of sorts, written in Python. Why? Because I want the challenge.