issues
search
itod
/
pegkit
'Parsing Expression Grammar' toolkit for Cocoa/Objective-C
MIT License
392
stars
37
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[docs] typo in link
#62
woutermont
opened
1 year ago
0
Assertion failure in - (PKTokenizerState *)nextTokenizerStateFor:(PKUniChar)c tokenizer:(PKTokenizer *)t
#61
lhasiuk
opened
4 years ago
0
Cannot compile in 32 bits
#60
Smons
opened
7 years ago
1
Fix broken headings in Markdown files
#59
bryant1410
closed
7 years ago
0
-[PKReader setString:] conflict terminates app due to Assertion failure
#58
98B
opened
7 years ago
0
Remove references to parsekit dot com
#57
sdsykes
closed
8 years ago
1
Bug/issue 55 missing template lib
#56
yepher
closed
8 years ago
1
Binary is missing Template dependency
#55
yepher
opened
8 years ago
2
ParserGenApp should use ARC
#54
yepher
opened
8 years ago
1
Maintain Undo History after save or generate
#53
yepher
opened
8 years ago
1
Save deletes undo history in ParseGenApp
#52
yepher
opened
8 years ago
1
Turn off emitting some didMatchXXX callbacks
#51
yepher
opened
8 years ago
1
Command Line App
#50
yepher
opened
8 years ago
1
Feature/line numbers for text view
#49
yepher
opened
8 years ago
0
Grammar error reports wrong line number
#48
yepher
opened
8 years ago
1
Line Numbers in Text View
#47
yepher
opened
8 years ago
0
fixes `SmartQuotes` and `SmartDashes`
#46
yepher
closed
8 years ago
1
Feature/fix smart edit annoyance
#45
yepher
closed
8 years ago
0
Smart Quotes and Dashes
#44
yepher
closed
8 years ago
1
Syntax Question
#43
yepher
closed
8 years ago
2
Should be able to remove delimiters from token stringValue
#42
WarTech9
opened
8 years ago
1
Random hang on startup
#41
drekka
closed
8 years ago
2
Using throws to indicate end of parse
#40
drekka
closed
8 years ago
1
Adding tvOS target.
#39
drekka
closed
8 years ago
0
Add a column property to PKToken.
#38
ewanmellor
opened
8 years ago
1
Move internal declarations to +Subclass header files
#37
ewanmellor
opened
8 years ago
0
Fix call to NSWorkspace.selectFile:inFileViewerRootedAtPath:
#36
ewanmellor
closed
8 years ago
1
Generic delegate callbacks
#35
ewanmellor
opened
9 years ago
0
ParserGenApp output wrong codes.
#34
kvinwang
opened
9 years ago
0
Exceptions should not be used in Objective C
#33
gnachman
closed
8 years ago
6
Error reporting request
#32
drekka
opened
9 years ago
0
Question about how the parser works?
#31
drekka
closed
9 years ago
2
Added tvOS support.
#30
drekka
opened
9 years ago
0
Add a command-line system to ParserGenApp.
#29
ewanmellor
opened
9 years ago
0
Make it possible for a PKParser subclass to use ARC
#28
ewanmellor
closed
8 years ago
1
Don't set self.string or self.stream = nil in dealloc if they are already nil.
#27
ewanmellor
opened
9 years ago
0
Don't set PKTokenizer.string = nil at the end of the parse.
#26
ewanmellor
opened
9 years ago
0
Implement [self unread] when using streams for tokenization.
#25
ewanmellor
opened
9 years ago
0
Implement PKParser.isEmptyOK.
#24
ewanmellor
opened
9 years ago
0
Expose parseWithTokenizer in the interface.
#23
ewanmellor
opened
9 years ago
0
ParserGenApp Newline issues
#22
alamantia
closed
5 years ago
3
Failed to match input token
#21
PFElements
closed
8 years ago
1
Podspec
#20
KristopherGBaker
opened
9 years ago
0
iCalendar grammar
#19
sarambasich
opened
10 years ago
1
Infinite recursion in -[PGParserGenVisitor lookaheadSetForNode:]
#18
ghost
closed
8 years ago
1
Use of exceptions for flow control kills performance
#17
ipmcc
closed
10 years ago
1
ParserGenApp can't generate parser for pattern grammar.
#16
imkerberos
closed
10 years ago
1
Using 'S' in a definition will produce 'TOKEN_KIND_BUILTIN_S' instead of 'TOKEN_KIND_BUILTIN_WHITESPACE'.
#15
joemcbride
closed
10 years ago
2
'{ MATCHES(@"\\n", LS(1)) }? S' will generate '[self matchS:NO];' instead of '[self matchWhitespace:NO];'
#14
joemcbride
closed
10 years ago
2
Fixing typo.
#13
JanX2
closed
10 years ago
0
Next