mz-stk-compiler

mz-stk-compiler Used AI

6 devlogs
22h 32m
•  Ship certified

A LIFO stack-based compiled esoteric programming language that compiles to C.

Timeline

Ship 1

0 payouts of shell 0 shells

Arun George Saji

22 days ago

Arun George Saji Covers 6 devlogs and 22h 32m

Deployed the project to nest at the url mzstk.arungeorgesaji.hackclub.app and made everything work

Update attachment

Finished the mz-stk playground website.

Update attachment

Fixed all the bugs and made mz-stk work completely and wrote some sample codes for various functionality.

Update attachment

Now basic compiler is actually done though tons of bugs(It compiles to c)

Update attachment

Basically done with the ast for now might have to fix problems later on

Update attachment

Added some of the basic functionality to the basic ast conversion(form in which its saved before compiling at least that's whats planned)...Like loops,if-else,variables etc...Though have to refine on the stuff

Update attachment