canonical / sqlair

Friendly type mapping for SQL databases
Apache License 2.0
17 stars 9 forks source link

Add Parser skeleton. #2

Closed fernape closed 2 years ago

fernape commented 2 years ago

Also, add definition for the Part interface to be implemented by the parts that will make the AST.

The parser contains two indexes to keep track of the current position and the last parsed position.