meg
v0.0.0
Published
Meta language + PEG grammar = Any language
Downloads
4
Maintainers
Readme
Meg is a meta language with macros defined by a PEG based syntax and language-independent operations.
features
- PEG grammar to define macro syntax's
- Language-independent operator based operations
- Pre-processor and ECMAScript libraries
- Just-in-time (JIT) compiler to execute source
- JavaScript and C parser generators
- Generators are re-definable from Meg grammar
install
Both of these methods require Node 4+ installed on your system.
to use as a command line tool
npm install -g meg
to use as a node.js module
npm install --save-dev meg
license
Copyright (c) 2016+ Futago-za Ryuu The MIT License, http://opensource.org/licenses/MIT