0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 16 hours ago.
Mar 18, 2025 — Mar 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
readme edits More... almost 16 years ago
Merge branch 'master' of [email protected]:dnewcome/jstle More... almost 16 years ago
added some examples of XML and JSON to readme More... almost 16 years ago
Fixed license notification header More... almost 16 years ago
updated README More... almost 16 years ago
updated README More... almost 16 years ago
updated README More... almost 16 years ago
updated README More... almost 16 years ago
updated README More... almost 16 years ago
updated README More... almost 16 years ago
added license notice to jstle.js More... almost 16 years ago
adding license and README More... almost 16 years ago
organized tests and external deps into folders More... almost 16 years ago
added tests for product() in tests.js, introduced new test case for main parser More... almost 16 years ago
removed test runner for product() - now included in main tests More... almost 16 years ago
finishing renames More... almost 16 years ago
committing changes related to renames More... almost 16 years ago
renamed main code file to jstle.js and updated test runner to reference it More... almost 16 years ago
renamed test runner html file More... almost 16 years ago
fixed order of operations bug - blank nodes were getting overwritten during concat - res variable caputred too soon for side effects to take effect. Also, clearing out namespaces at the end of parse More... almost 16 years ago
commented test cases with equivalent turtle expressions More... almost 16 years ago
packaged parser into a module, updated tests to use the Jstle namespace More... almost 16 years ago
added back initial tests for blank nodes More... almost 16 years ago
got nested nodes working More... almost 16 years ago
attempt at getting nested blank nodes is not quite right - blank nodes need to be evaluated outside of the normal recursive parse to work, since we are returning full triples rather than parts to be joined More... almost 16 years ago
added blank node functionality - no nesting yet of blank nodes, but will parse blank nodes with an object list More... almost 16 years ago
moved triple parser tests to tests.js, added code for resolving namespaces, changed code for parsing @prefix statements More... almost 16 years ago
added full parser tests, moved triple parser tests to new file along with new tests More... almost 16 years ago
first cut at parsing @prefix statements More... almost 16 years ago
added pass/fail check to tests More... almost 16 years ago