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

add a primitive to read an s-expression #13

Closed
rain-1 opened this issue Jul 22, 2018 · 0 comments
Closed

add a primitive to read an s-expression #13

rain-1 opened this issue Jul 22, 2018 · 0 comments

Comments

@rain-1
Copy link
Owner

rain-1 commented Jul 22, 2018

We will need a primitive that either:

  • (A) invokes rackets s-expression reader
  • (B) calls on our own s-expr reader

that allows us to easily include s-expressions inside PEG grammars.

(A) would depend on #2

perhaps (B) is the better option though. Even though we have to "re"implement s-expr parsing, it would blend more seamlessly with the rest of the peg parsing system.

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

1 participant