#BA - tried making the smallest compiler i could (~5400 Bytes)

1 messages · Page 1 of 1 (latest)

gleaming orchid
#

the language is a simple dailect of B* (kinda not really)

#

the implementation is in around ~780 lines

#

and it uses no external libs, not even LibC (cus i want to port it to my OS)

#

i'll probably extend it a bit and then use it as the shell language lol

red timber
#

interesting!

umbral grove
#

WOW

hollow granite
#

Why the implicit int return type everywhere?

gleaming orchid