parsekit
parsekit copied to clipboard
Objective-C Tokenizer and Parser Generator. Supports Grammars.
This version of XCode uses directory 'DerivedData' to keep all generated files on. Therefore on my local clone of your repository I added 'DerivedData' to .gitignore and then removed it...
Substitutions like smart quotes mangle both typed and pasted grammars, causing the app to crash on what would otherwise be valid input.
Will you create a version of parsekit that support ARC? Thanks for this great lib.
In my grammar, I try to add support of whitespace ... ``` combinator = '>' | '~' | plus | S; ``` The grammar generate a parser, but the generated...
I believe it should be @rpath/ instead of @executable_path/../Frameworks/ - this says I am on the run path instead of I am explicitly at this location relative to the main...
**What steps will reproduce the problem?** 1. Run DemoApp 2. type a "w" in the string to tokenize on the Tokens tab 3. click the Parse button **What is the...
``` 2013-11-09 02:26:41.185 ParserGenApp[82193:5f0b] missing rule named: `functionDef` 2013-11-09 02:26:41.185 ParserGenApp[82193:5f0b] *** Assertion failure in -[PKSParserGenVisitor lookaheadSetForNode:], /Users/fbarthelemy/Code/parsekit/src/PKSParserGenVisitor.m:163 [snipped] ``` 1. Run the ParserGenApp using the obj.grammar file. 2. Notice...
I'm trying to use your PKTreeAssembler. Yes, I know it is in the test package, not in the framework but I still need it. It is sufficiently complex so I...
Running the following parser results in some random results. The result occasionally contains "search" and/or "for", assumedly because of the PKAny Repetition immediately before and after the PKAlternation. Is there...
I haven't been able to include and compile the 0.7 podspec, I keep getting missing symbols. And looking at files including in xcode, there's no .m files