Skip to content

Repository files navigation

Lowscript

Set of DSL syntaxes for low-code with Metarhia technology stack

  • Markdown-based process modeling language
  • Limited subset of JavaScript for domain logic

Usage

Parse markdown-based domain process script

Syntax: parseMarkdown(src: string): Array<DomainProcess>;

Result structure:

interface DomainProcess {
  name: string;
  body: Array<DomainStep>;
}
interface DomainStep {
  command: string;
  success: Array<string>;
  fail: Array<string>;
  finalization: Array<string>;
}

License & Contributors

Copyright (c) 2021-2026 Metarhia contributors. Lowscript is MIT licensed.
Lowscript is a part of Metarhia technology stack.

About

Low-code script engine for Metarhia 📃

Resources

Contributing

Security policy

Stars

13 stars

Watchers

10 watching

Forks

Releases

Sponsor this project

Used by

Contributors

Languages