Skip to content

frroliveira/sqlipa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLipa - SQLite Parser

Introduction

This is Java open-source library has classes for representing the AST of SQLite and do it's traversing. The current SQLite version implemented is the 3.7.17.

It uses JavaCC for specifying the grammar and JUnit for testing.

Current state

  • AST nodes classes implemented.
  • Syntax almost completely specified.
  • SQL printing and AST testing are under development.

Bitdeli Badge

About

SQLite JavaCC Parser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published