issues
search
mjackson
/
citrus
Parsing Expressions for Ruby
http://mjackson.github.io/citrus
405
stars
28
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Release 3.0.3?
#64
fcbr
closed
2 months ago
1
calc.citrus et al not included in gem
#63
singpolyma
opened
3 years ago
0
Logic.parse() failed to correctly parse expression that contains space in array's element
#62
kevincui88
closed
2 years ago
0
work around Array#slice! bug
#61
flavorjones
opened
3 years ago
0
Segfault in Citrus during toml-rb initialization with Ruby 3.0
#60
csabahenk
opened
3 years ago
5
Fixes for Ruby 2.7
#59
blambeau
closed
3 years ago
0
add options to Match#parse
#58
yassun7010
opened
5 years ago
0
Add a license file and only ship the necessary libs in the gem artifact
#57
tas50
closed
4 years ago
0
Broken extension on Ruby 2.5
#56
vnluc
opened
6 years ago
1
Add MIT license attribute to gemspec
#55
andrew
closed
8 years ago
1
A way to pass context to grammar/rules
#54
clamoris
opened
9 years ago
1
fix the gem spec and readme
#53
rubydesign
closed
3 years ago
7
README instructions not working (grammars not included)
#52
rubydesign
closed
3 years ago
0
Add support for Rubinius
#51
bararchy
closed
9 years ago
4
Cut a minor release with recent warning fixes.
#50
blambeau
closed
9 years ago
3
Fix Ruby 2.2.0 Warnings for named arguments
#49
emancu
closed
9 years ago
0
Documentation missing
#48
emancu
closed
9 years ago
4
Ruby 2.2.0 Warnings for named arguments
#47
rposborne
closed
9 years ago
0
Display parse matches or state on ParseError
#46
aardvarkk
opened
10 years ago
3
Review for releasing 2.5.0
#45
blambeau
closed
10 years ago
3
Move core extensions to lib/core_ext.rb
#44
blambeau
closed
10 years ago
2
Custom Rule (ex Lemmatization)
#43
dbose
closed
10 years ago
4
Removed Ruby warnings
#42
tbuehlmann
closed
10 years ago
2
Match#method_missing is unsafe
#41
blambeau
closed
10 years ago
9
Traceability of matches towards parsed source
#40
blambeau
closed
12 years ago
0
Unable to collect parse results
#39
ognevsky
opened
12 years ago
1
Support for inheritance?
#38
blambeau
closed
3 years ago
0
Question about repetition of nested rules
#37
seeflanigan
closed
12 years ago
1
super cannot be at the end of a rule
#36
beedub
closed
12 years ago
0
Rename README
#35
mwilden
closed
13 years ago
0
Help creating a rule for a last name
#34
rejeep
closed
13 years ago
4
Does not run on Rubinius
#33
rejeep
closed
13 years ago
1
single item in rule body results in infinite loop.
#32
sriram-srinivasan
closed
13 years ago
3
multiple parses show "warning: already initialized constant Kget"
#31
zipizap
closed
13 years ago
2
Enforcing balanced parentheses.
#30
preston
closed
13 years ago
2
Block-scope: how to get Match instance of a selected rule
#29
zipizap
closed
12 years ago
3
Not exactly an issue but a question
#28
FrankDMartinez
closed
13 years ago
1
Fix an Old Examples Link in the README
#27
kylc
closed
13 years ago
0
Bad predicate behavior?
#26
josephwecker
closed
13 years ago
1
Jruby 1.6.2 issue(s)
#25
ghost
closed
13 years ago
2
Rule name beginning with 'super'
#24
mwilden
closed
13 years ago
2
Tests fail on Rubinius
#23
xrl
closed
13 years ago
6
Support for implicit whitespace handling?
#22
artob
opened
13 years ago
2
Having a curly brace in a string in a grammer does not work.
#21
ryanstout
closed
13 years ago
2
Specifying extension has odd precedence
#20
glenjamin
closed
13 years ago
3
Added support for Left Recursive Grammars, using the algorithm from the Ometa paper
#19
joachimm
opened
13 years ago
8
Fix Memoization + Additions to the TextMate bundle
#18
joachimm
closed
13 years ago
1
How to obtain repeated sequences in the API?
#17
jeffbski
closed
13 years ago
3
Trouble flattening lists
#16
dbarowy
opened
13 years ago
1
Grammar that contains umlaut literal fails to initialize
#15
rogerbraun
closed
13 years ago
2
Next