You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the README.md, the link to tests/test.js is bad. (I think you meant https://github.com/veged/krasota.js/blob/master/tests/tests.js ? But I am not sure because I don't see anything about Ometa.)
Excerpt:
#### OMeta
You can use `krasota` through the `require('krasota')` in terms of raw [OmetaJS](https://github.com/veged/ometa-js/)-grammas.
Take a look to the [tests/tests.js](tests/tests.js#L11) for example of usage.
I think I understand a bit of the example beautifiers. It looks a bit like the spirit of XSLT templates... but using Ometa for patterning matching instead of Xpath? Looks interesting. But I am trying to figure it out still. (I'd like to see or try writing a beautifier to hoist javascript variables and join them.)
The text was updated successfully, but these errors were encountered:
In the
README.md
, the link to tests/test.js is bad. (I think you meanthttps://github.com/veged/krasota.js/blob/master/tests/tests.js
? But I am not sure because I don't see anything about Ometa.)Excerpt:
I think I understand a bit of the example beautifiers. It looks a bit like the spirit of XSLT templates... but using Ometa for patterning matching instead of Xpath? Looks interesting. But I am trying to figure it out still. (I'd like to see or try writing a beautifier to hoist javascript variables and join them.)
The text was updated successfully, but these errors were encountered: