User information
All assigned blueprints Assigned blueprints
Parser code for INSERT statements
for movetodrizzle
The aim is to write the code to parse INSERT statements, various statements and create test cases.
http://dev.mysql.com/doc/refman/5.0/en/insert.html
|
|
parser for parsing create table statements
for movetodrizzle
A parser should be created using PLY.
http://dev.mysql.com/doc/refman/5.0/en/create-table.html
Steps to take:
1) Split out the classes that compose statements into a separate file (/helpers/statement_nodes.py) and include this file in the parser file
2) Create a new statement node class CreateTableStatement that ...
|
All memberships Latest memberships
Joined
|
|
Joined
|