flyx / NimYAML

YAML implementation for Nim
https://nimyaml.org
Other
186 stars 36 forks source link

Support JS backend #24

Open flyx opened 8 years ago

flyx commented 8 years ago

Nim's JavaScript backend is currently not supported because it doesn't support first-class iterators. Since it is unlikely that this will change in the near future, to support the backend, fastparse.nim must be refactored to not use first-class iterators.

Required changes:

What should be done to declare NimYAML fit for JS:

flyx commented 8 years ago

Blocked by nim-lang/Nim#4635

has been fixed

flyx commented 7 years ago

Blocked by nim-lang/Nim#4802

workaround in place. work on this continues.