Nicholas Wronski

Results 15 comments of Nicholas Wronski

I think the AST should move to PascalCase or camelCase for the values of these properties but it might have to wait until release v2.0.0.

I thought of a problem if we wanted to add comments to the AST: ``` sql /* comments outside of a statement might work alright */ SELECT pants -- But...

I want to do this, but it would take **huge** changes to the entire grammar for the parser. I started experimenting with how this might be done, and came up...

Hi, @euginio, this is a great idea! I took a look over what you created and there are a few issues. There are three ways to invoke the main parser...

@jdrew1303 sorry I haven't been able to respond sooner. I am definitely open to suggestions for how I can further standardize the AST. I am also hoping to clear out...

@jdrew1303 very cool! If you are thinking about submitting a PR for this repo, please take a look [at this first](https://github.com/codeschool/sqlite-parser/pull/25/commits/916ef4e3f040da2c293abc8e9690df890183330b) and [this](https://github.com/codeschool/sqlite-parser/pull/25/commits/647c09ed6b014fd4ab8ace2b272c3aac5cec8f68) first, as I've already started adding missing...

@jdrew1303 I made a ton of changes and fixes over the last two weekends and I am almost ready to release `v1.0.0`. In the meantime, I published [v1.0.0-beta](https://github.com/codeschool/sqlite-parser/releases/tag/v1.0.0-beta) so you...

I could probably add a node for comments if that is worthwhile. They are parsed but dropped from the AST right now. Could you create a new issue here for...

You need to specify an input path using the `--input` option and an output path using the `--output` option. Run `batch-transcode-video --help` to learn more about the options available.

@chris-erickson I think I know what the problem might be in your case. `batch-transcode-video` expects `input` and `output` to be paths relative to the current directory where you are running...