Node Prototype

We started a prototype pico engine and krl compiler targeting node.js. As per most node projects, it's split up into smaller single purpose modules. Each one will have it's own documentation explaining what it does and how to use it.

Extracting Parser from KRE

https://github.com/Picolab/jvm-krl-parser

Quick-start for the node pico-engine

node pico-engine quickstart

pico-engine lessons

Lesson 1. events and queries

Lesson 2. Pico state

Lesson 3. Pico-based systems

Lesson 4. Pico to Pico subscriptions

Lesson 5. Pico prototypes