TODO
TODO
\_ : (.print dbg (@import "std"))
@.pub \main : signal => {
(print "mlem miau mrau!\n")
}
Names in Lovage may include a wide variety of symbols that aren't allowed in most languages.
For instance, you can freely use
_,
-,
+,
*,
!,
?,
@,
/,
|,
&,
%,
^,
< and
>.
These symbols (except underscore _) cannot begin an identifier token,
and it must begin with any asci letter instead.
TODO