You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ok, we probably need a parsing/abstract syntax tree for this, then it could work like:
parse until cursor line
if the syntax is correct until here we should get the AST/parsing tree (if we are driving the parsing directly we can simply stop, if not by catching an exception)
from the parsing we should get the current section in the schema
lookup other keys/values
The text was updated successfully, but these errors were encountered:
ok, we probably need a parsing/abstract syntax tree for this, then it could work like:
The text was updated successfully, but these errors were encountered: