Closed DistributedDoge closed 1 month ago
I think new grammar could new like this:
That's it.
Does it make sense?
Yes sir. We can either pass all the fields to interpret's backend or create a new enum variant called All
here.
Let me know if you need any help with it.
Thanks for handling this!
To save typing, language could include SQL-like
*
wildcard to get all fields we cannot be bothered to enumerate.GET * FROM block 1 ON eth
I think new grammar could new like this:
I feel I should be able to handle Rust part of implementing that, which would be to modify frontend/parser and create
expand_wildcard(entity: &str)
helper function. Does it make sense?