@composita/system

Composita language system.

Usage no npm install needed!

<script type="module">
  import compositaSystem from 'https://cdn.skypack.dev/@composita/system';
</script>

README

Composita language system

The repository contains the system for the Composita language implemented in typescript.

Build Badge

Example

Hello World:

COMPONENT HelloWorld;
  BEGIN
    WRITE("Hello World"); WRITELINE;
END HelloWorld;

License

0BSD