1.3.2 • Published 10 months ago

slimo v1.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Slimo

Sample Flow

FLOW: Sample flow 1
version:  1.0
threshold: 6000
LOOP (source is) readable
  THEN read a character (of input buffer)
  IF statement 
    IF another statement
      THEN found here
      AND copy data
    ELSE_IF parallel statement
      DO nothing
      ERR Unexpected end of input
      END
    ELSE last statement
  ELSE something
  IF optional
DO in end
const flows = Slimo.parse(flowText);
flows['Sample flow 1];
1.3.2

10 months ago

1.3.1

10 months ago

1.3.0

10 months ago

1.2.0

10 months ago

1.1.0

11 months ago

1.0.0

11 months ago