GitHub - programming-nu/nusax: XML SAX parser for the Nu Programming Language
Navigation Menu
{{ message }}
programming-nu / nusax Public
forked from deanmao/nusax
- Notifications You must be signed in to change notification settings
- Fork 2
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commitHistory | ||||
Repository files navigation
Simple to use:
("<test><blah>blah</blah></test>" fromXml) yields:
'(test () (blah () blah))
('(fruits () (apple ((language english) (version "3.0")) blah) (orange () foo)) toXml) yields:
"<fruits><apple version=\"3.0\" language=\"english\">blah</apple><orange>foo</orange></fruits>"
About
XML SAX parser for the Nu Programming Language
Resources
Stars
Watchers
Forks
Releases
No releases published
Languages
- Objective-C 72.0%
- Nu 28.0%