0.0.5 • Published 10 years ago

nodemeta v0.0.5

Weekly downloads
3
License
MIT
Repository
-
Last release
10 years ago

Install as command-line tool

npm install -g nodemeta

Install as node library

npm install nodemeta

Usage

nodemeta samples/Arithmetic.ometa > ~/myproject/Arithmetic.js

cd ~/myproject

npm install --save nodemeta


```
var Arithmetic = require('./Arithmetic.js');
console.log(Arithmetic.Numbers.matchAll('12', 'number'))
console.log(Arithmetic.Expression.matchAll('12+12', 'expression'))

```
0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.1

10 years ago