이 프로젝트는 SQL SELECT 문을 토큰으로 분해하고, Abstract Syntax Tree(AST)로 변환하는 파서입니다. 교육 목적으로 만들어졌지만, 실제 사용 가능한 수준의 기능을 구현했습니다.
Note: This project is more-or-less very experimental and does not have no-where near complete support for the Tiny BASIC language. I.e., it's tokenisation process is very basic and not suitable for ...