Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backlog #8

Open
9 of 15 tasks
plexus opened this issue Aug 2, 2017 · 3 comments
Open
9 of 15 tasks

Backlog #8

plexus opened this issue Aug 2, 2017 · 3 comments

Comments

@plexus
Copy link
Collaborator

plexus commented Aug 2, 2017

  • Syntax features
    • regular expressions
    • hexadecimals (0x...)
    • namespaced maps
    • metadata
    • #=(...)
    • #?() / #?@()
    • quote / backquote / unquote / splice
    • var literal #'
  • parseedn
    • lossless output format
    • unify string/buffer usage (optional first string arg)
    • raise errors on non-EDN syntax
  • parseclj-ast
    • implement parseclj-ast-value
    • zippers / AST traversal helpers
  • General
    • Add more docstrings
    • propagate lex errors when :fail-fast
@volrath
Copy link
Member

volrath commented Aug 19, 2017

@plexus what about adding a zipper and utility funcs for AST traversal? or do you feel it'd be out of this project scope?

@plexus
Copy link
Collaborator Author

plexus commented Sep 18, 2017

I'd be interested to see AST zippers. I do feel most of the above is more essential though.

@volrath
Copy link
Member

volrath commented Sep 18, 2017

@plexus Right. I wasn't trying to make any statement on priorities, just wondering about the fact that this should be included into the backlog.

By the way, what do you mean about "implement parseclj-ast-value"? Is that a selector that will return the value of a node as an elisp data structure, or as a AST (node) data structure?

I think I could start by making the project a bit more MELPA-compliant in a few days. I'll let you know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants