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

Fully support importing previous symbol/macro table context #977

Open
tgregg opened this issue Oct 17, 2024 · 0 comments
Open

Fully support importing previous symbol/macro table context #977

tgregg opened this issue Oct 17, 2024 · 0 comments
Labels
ion11 Related to Ion 1.1

Comments

@tgregg
Copy link
Contributor

tgregg commented Oct 17, 2024

Currently, the encoding directive readers support simple appends to the previous context using $ion_encoding as the first value following (macro_table or (symbol_table. However, the following is also legal, and should be supported.

$ion_encoding::(
  (symbol_table [a, b, c] $ion_encoding [g, h, i])
  (macro_table (macro pi () 3.14159) $ion_encoding)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ion11 Related to Ion 1.1
Projects
None yet
Development

No branches or pull requests

2 participants