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
Kataw are using an CST. What kind of info from CST nodes do we need to expose through a public API.
Around 20 public API methods exist already.
Each keyword is it's own CST AST node with a flag that hold info if the keyword has been "escaped". A public method can be used to figure out if it's a keyword. Do we need to extend this? There are also public methods to check if the node is "escaped".
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Kataw are using an CST. What kind of info from CST nodes do we need to expose through a public API.
Around 20 public API methods exist already.
Each keyword is it's own CST AST node with a flag that hold info if the keyword has been "escaped". A public method can be used to figure out if it's a keyword. Do we need to extend this? There are also public methods to check if the node is "escaped".
Beta Was this translation helpful? Give feedback.
All reactions