Skip to content
Open navbar menu
Sign UpLog In
Profile icon

arugula

@JacobMcPherson1
https://replit.com/talk/share/REMADE-FORTNITE-IN-JS/132410
  • Flicker

    Cover page
    Made with C#

    A console game made in C#

    Recent comments (5)
    QuinnCallen
    QuinnCallen
    3 years ago

    this was very fun! maybe make the maps bigger so it is easier to see?

    JustinChoiWZ
    JustinChoiWZ
    3 years ago

    This is HARD

  • VERY VERY SCARY DONT RUn

    Cover page
    Made with Python
    Recent comments (0)
  • Asteroid - my new programming language

    Cover page
    Made with Python

    The 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)
    AndrewDeng3
    AndrewDeng3
    1 month ago

    How do you even create a coding language?

    MiloCat
    MiloCat
    1 month ago

    :0

    MarcellPerger1
    MarcellPerger1
    2 months ago

    Amazing!

    There are a few bugs though:

    1. When its printing out a syntax error, it gives raises a python error: NameError: Name 'FUN' is not defined on line 21 in error.py. How to fix: replace the FUN with DEF in that list and remove the RETURN from the list.

    2. For some programs with invalid syntax (e.g print 1+), it gives a python error instead of the nicely formatted SyntaxErr:. It gives IndexError: list index out of range on line 186 in parser.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 one
    self.current_token = self.tokens[-1]
    CrusherX
    CrusherX
    2 months ago

    Legendary.

    ParanormalCoder
    ParanormalCoder
    2 months ago

    this is epic

  • forknite

    Cover page
    Made with HTML, CSS, JS
    Recent comments (2)
    ViyonGamercoder
    ViyonGamercoder
    2 years ago

    XD

    GLADsSupport
    GLADsSupport
    2 years ago

    need ur help , dm me - GLADIATOR#0001

  • Asteroid og

    Cover page
    Made with Python

    My programming language!

    Recent comments (0)
All Repls