arugula
Flicker
Made with C#A console game made in C#
Recent comments (5)QuinnCallen3 years agothis was very fun! maybe make the maps bigger so it is easier to see?
JustinChoiWZ3 years agoThis is HARD
VERY VERY SCARY DONT RUn
Made with PythonRecent comments (0)Asteroid - my new programming language
Made with PythonThe Asteroid programming language.
this is pretty small currently but it has most of the basic features you would expect.
this is more of a functional language and has no classes at all, but its still more general purpose.
Thanks to @imcute-aaaa for helping me make this
Recent comments (11)AndrewDeng31 month agoHow do you even create a coding language?
MiloCat1 month ago:0
MarcellPerger12 months agoAmazing!
There are a few bugs though:
-
When its printing out a syntax error, it gives raises a python error:
NameError: Name 'FUN' is not defined
on line 21 inerror.py
. How to fix: replace theFUN
withDEF
in that list and remove theRETURN
from the list. -
For some programs with invalid syntax (e.g
print 1+
), it gives a python error instead of the nicely formatted SyntaxErr:. It givesIndexError: list index out of range
on line 186 inparser.py
. How to fix: Replace line 186 with something like this:
try:self.current_token = self.tokens[self.pos]except IndexError:# reuse the EOF token at the end to avoid having to construct a new oneself.current_token = self.tokens[-1]CrusherX2 months agoLegendary.
ParanormalCoder2 months agothis is epic
-
forknite
Made with HTML, CSS, JSRecent comments (2)ViyonGamercoder2 years agoXD
GLADsSupport2 years agoneed ur help , dm me - GLADIATOR#0001
Asteroid og