LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

3var Compiler

Root / Submissions / [.]

snail_Created:
Download:XKAK3E41
Version:1.1Size:11.27 KB
This program takes 3var code saved in a TXT and compiles it to standalone, ready-to-run SmileBASIC code. Comes with (sorta lackluster) sample files. 3var is an esoteric programming language by LuaGeek2412 of Esolang. It was designed to be as capable as other similar langs, but relatively easy to interpret or compile. More info about 3var can be found in the links.

Instructions:

Run the compiler and enter the filename of the 3var source you want to compile. Pretty self-explanatory.

Notes:

Implementation-Specific Information

All variables are now treated as integers. While previous versions used real-type, this was due to an ambiguity in the spec. It seems like the general consensus from all other implementations is to use integers, so I went with it. Whitespace characters are ignored, these being tab, CR, LF, and space.

No posts yet (will you be the first?)