File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -243,6 +243,21 @@ Supervised by [@alexander-myltsev](https://github.com/alexander-myltsev),
243
243
and [ biological names parser based or parboiled2] ( https://github.com/GlobalNamesArchitecture/gnparser/commits?author=alexander-myltsev )
244
244
writing [ notes sometimes in his blog] ( http://myltsev.com/tags/#parboiled2 ) .
245
245
246
+ ### New XML for Scala
247
+
248
+ This project is going to be about new platform-independent (i.e. cross-compile to both JVM
249
+ and Scala.js) implementation of XML library based on fastparse parser combinators.
250
+
251
+ - Finish the XML 1.0 parser
252
+ - Refine the AST model
253
+ - Implement quasiquotes based on the parser and AST model
254
+
255
+ Original prototype is available at:
256
+
257
+ [ https://github.com/densh/scala-nxml ] ( https://github.com/densh/scala-nxml )
258
+
259
+ Supervised by [ @densh ] ( https://github.com/densh )
260
+
246
261
## ENSIME project ideas
247
262
248
263
ENSIME is a JVM process that indexes your dependencies and understands your source code
You can’t perform that action at this time.
0 commit comments