Please sign in to access this page

Bracket

Bracket Used AI

12 devlogs
14h 46m
•  Ship certified
Created by Shivam Maurya

An eso-lang trying to achieve true perfection by writing programs the way nature intended - using only bracket nestings

Timeline

Ship 1

1 payout of shell 238.0 shells

Shivam Maurya

about 1 month ago

Shivam Maurya Covers 12 devlogs and 14h 46m

Done with it! Ready to ship!

Update attachment

Added print statements and a few example codes
+ a lot of wasted time for a failed attempt at fixing a stack overflow problem, webassembly has a very small stack size (~1MB) and I can't find a solution around it ;(

Update attachment

Added try except blocks

Update attachment

Fixed a lot of uncaught errors

Update attachment

made a basic website for running the code

Update attachment

Added basic error propogation + output

Update attachment

basic functions done now onto error handling,
here is the code for 13 times 17 :D

Update attachment

added increment and decrement operator and implemented variables
functions almost done

Update attachment

basic if else evaluation working!! + changed numbers a bit

Update attachment

Added numbers!

Update attachment

successfully parsing code roughly in expressions!!

Update attachment

Setup basic structs nothing to show rn

Update attachment