-
Notifications
You must be signed in to change notification settings - Fork 0
mpabst/ylyn
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
README
Transforms the output of Ripper.sexp into simple XML via Nokogiri, giving you access to the whole XML toolchain, including CSS selectors, XPath, XSLT, and XQuery.
Ylyn is still in early alpha, as in I just got the first draft sorta working on a limited set of sample code earlier tonight. See TODO.
$ bundle exec pry -r './ylyn.rb'
> puts Ylyn.new('class Foo ; end').css('const_ref').to_xml
<const_ref>
<_const value="Foo" location="1 6"/>
</const_ref>
About
ylyn - transforms Ruby code to XML
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published