osaka-lab / osaker-lang

A programming language made for Osaka from Azumanga Daioh.
MIT License
1 stars 0 forks source link
# osaker-lang *Super fast programming language with amazing and such easy to understand syntax that even Osaka can understand.* ^ This was me after working on this
:o name <-- "Osaka" ~nyan
!print("How are you '" + name + "'!")

Features Implemented

What works atm?

uhhh, you can assign an ayumu object to memory (aka assign a variable).

:o birth_year <-- 1984 ~chiyo

then you can inspect that ayumu object:

:< birth_year
>> birth_year <-- 1984 ~chiyo

and when you want, you can remove it completly from memory:

:3 birth_year

more coming soon