develop
Initial commit
Return cloned node for debug
Show the line and position where syntax error occurs
Add "Call" command to execute functions
Add ability to set value to object expression
Files rename for better consistency
Change the way of identifiers and string literals handle
Add "except" keyword for "select" command
Initial implementation of IF command
Allow to specify simple expressions in FROM block
Support FORMAT block for SELECT INTO construction
Refactor AST nodes for better code consistency
Move more messages to resources
Allow to evaluate filter on object expressions lists
Fix CTE parse with subselect
Create Core module, move main classes there