1.2.0 • Published 2 years ago

long-y-lang v1.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Ý

why did I make this?

will be used in a thing i want to make

will improve later maybe

could also be used via terminal, but im too lazy to add that, maybe later

Syntax

Variable reference: varname Objects are supported: object:subobject:value

Example code:

FUNCTION amogus
	DECLARE text, [1]
	ADD text, " is sus"

	DECLARE b_holder

	INVOKE std:string:cmp_str, [text], ""
	ASSIGN b_holder
	IF [b_holder]
		INVOKE std:io:writeln, "bad"
	END

	ELSE
		INVOKE std:io:writeln, "good"
	END

	INVOKE std:io:writeln, [text]
END

INVOKE amogus, "The impostor"

Docs

here