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;
The repository contains the system for the Composita language implemented in typescript.
Hello World:
COMPONENT HelloWorld;
BEGIN
WRITE("Hello World"); WRITELINE;
END HelloWorld;
npm i @composita/system
1
0.3.1
0BSD
7.34 kB
16