Commit Graph

10 Commits (master)

Author SHA1 Message Date
Ruben Dahl df54cf9721
[datatypes.py] Changed ValueError to TypeError 2023-04-09 20:15:24 +02:00
Ruben Dahl aa8d03d296
Started tokenizing, still struggling with strings 2023-04-09 20:13:03 +02:00
Ruben Dahl 5d1935023a
Moved compilation of regex to VAR_MATCH 2023-04-09 20:12:31 +02:00
Ruben Dahl 44f88345a2
Added strict types 2023-04-09 17:04:56 +02:00
Ruben Dahl 1ee9ec318b
Removed the newline in the parser. 2023-04-09 12:59:21 +02:00
Ruben Dahl 252c8292dc
Added support for comments, negative numbers and complex 2023-04-09 12:58:58 +02:00
Ruben Dahl 465bbe9c15
Changed the constant file with os.environ
Also doing some more testing and mucking around with the parser
2023-04-08 23:56:30 +02:00
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
Ruben Dahl 22da694daf
Added licence and readme 2023-04-08 22:26:06 +02:00
Ruben Dahl 3b203125cc
Initial commit 2023-04-08 22:07:28 +02:00