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

Problem: nested writes are not allowed #231

Open
yrashk opened this issue Apr 7, 2017 · 0 comments
Open

Problem: nested writes are not allowed #231

yrashk opened this issue Apr 7, 2017 · 0 comments

Comments

@yrashk
Copy link
Contributor

yrashk commented Apr 7, 2017

Currently we prohibit nested writes (#230) because they don't make sense until we support lmdb's child transactions

Proposed solution: add support for lmdb's child transactions.

yrashk added a commit to yrashk/PumpkinDB that referenced this issue Jun 26, 2017
```
PumpkinDB> ((Hello)).
Script error: Superfluous([41])
```

Solution: allow comment parser to go recursively

It is important to mention that the parser will not work
well with unbalanced parens. Therefore, nested comments
should always be correct. This requirement might be removed
in the future to enable fully free-form comments.

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

No branches or pull requests

1 participant