이 프로젝트는 SQL SELECT 문을 토큰으로 분해하고, Abstract Syntax Tree(AST)로 변환하는 파서입니다. 교육 목적으로 만들어졌지만, 실제 사용 가능한 수준의 기능을 구현했습니다.
Purpose Emulates enough of Meteor Client's runtime to load addons, execute initialization code, and extract structured metadata without requiring the full Minecraft game or GUI Output Generates JSON ...