@composita/system
v0.3.1
Published
Composita language system.
Downloads
33
Readme
Composita language system
The repository contains the system for the Composita language implemented in typescript.
Example
Hello World:
COMPONENT HelloWorld;
BEGIN
WRITE("Hello World"); WRITELINE;
END HelloWorld;