You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
284 B
11 lines
284 B
1 month ago
|
To use OMeta under Rhino:
|
||
|
|
||
|
Monad:~/prog/ometa-js awarth$ java org.mozilla.javascript.tools.shell.Main
|
||
|
Rhino 1.7 release 1 2008 03 06
|
||
|
js> load("ometa-rhino.js")
|
||
|
js> ometa("ometa M { ones = 1* }")
|
||
|
[object Object]
|
||
|
js> M.matchAll([1, 1, 1, 1, 1], "ones")
|
||
|
[1, 1, 1, 1, 1]
|
||
|
|