issues
search
m2ym
/
optima
Optimized Pattern Matching Library for Common Lisp
271
stars
19
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Incorrect early failure when `match` macro is invoked inside another macro (`iter`)
#125
cfallin
opened
6 years ago
2
fix docstring for `match`
#124
ecpeterson
opened
6 years ago
0
“Recommended” status on CLiki
#123
akater
closed
6 years ago
2
When a STRUCTURE spec has a package included, use the right predicate.
#122
phmarek
opened
6 years ago
1
Use 5am instead of Eos
#121
ghost
opened
8 years ago
0
Assoc pattern not evaluating :test
#120
dfmorrison
opened
8 years ago
0
Optional pattern
#119
dmitrys99
opened
8 years ago
2
Quasiquotation error on SBCL(1.3.0.56-976267b)
#118
byulparan
closed
9 years ago
2
Example doesn't work?
#117
spaceotter
closed
9 years ago
2
Chamge list* pattern to match how the fn works
#116
jasom
closed
9 years ago
1
LIST* does not match improper list
#115
eugeneia
closed
9 years ago
2
Metadata for Quicklisp
#114
hydandata
opened
9 years ago
0
Cleaned up grammar and spelling in documentation.
#113
malisper
closed
9 years ago
1
Pattern guards
#112
m2ym
opened
9 years ago
0
Invalid system file syntax
#111
quicklisp
closed
9 years ago
1
Suggestion for version 2
#110
guicho271828
closed
8 years ago
21
Introducing binding-pattern
#109
guicho271828
closed
9 years ago
4
Readme edits
#108
guicho271828
closed
9 years ago
1
Minor edits.
#107
rpgoldman
closed
9 years ago
2
question about _ variable
#106
arademaker
closed
9 years ago
12
Bug in macroexpansion
#105
ruricolist
closed
10 years ago
2
(STRUCTURE ...) pattern gets PREDICATE name wrong
#104
nklein
closed
10 years ago
1
Inline list pattern
#103
david-a-wheeler
opened
10 years ago
4
Add next-match in addition to "fail"; similarly "require" in addition to "when"
#102
david-a-wheeler
closed
9 years ago
2
Fix pattern object problem
#101
m2ym
closed
10 years ago
0
SBCL 1.2.4 compile error with code using optima
#100
antonvesnin
closed
10 years ago
4
If necessary, call FINALIZE-INHERITANCE when parsing CLASS patterns
#99
scymtym
closed
10 years ago
1
Fix unparsing of constant patterns consisting of symbols
#98
scymtym
closed
10 years ago
1
Fix LIST* pattern when used with one subpattern
#97
scymtym
closed
10 years ago
2
When Loading MOP, class-pattern complains the class is not yet finalized
#96
guicho271828
closed
10 years ago
4
Please increase version
#95
fare
closed
10 years ago
2
Add lambda-match
#94
m2ym
opened
10 years ago
1
Indigestible pattern
#93
bhyde
closed
10 years ago
3
Failing testcase on ECL
#92
flambard
closed
10 years ago
3
assoc pattern matches '(1 (2 . 3)) which is not a list of conses
#91
guicho271828
closed
8 years ago
5
Proof of concept: accessor-pattern
#90
guicho271828
closed
9 years ago
3
Update optima.ppcre example
#89
deadtrickster
closed
11 years ago
2
Rest matcher in `list` pattern
#88
inaimathi
closed
11 years ago
2
Variables in OR-pattern ?
#87
guicho271828
closed
10 years ago
2
non-linear-pattern-error with 2 restarts.
#86
guicho271828
closed
8 years ago
2
improvement: declaration of types with LOCALLY
#85
guicho271828
closed
9 years ago
0
Array pattern
#84
guicho271828
closed
9 years ago
2
2 changes (non-linear-pattern-error and local type declaration)
#83
guicho271828
closed
11 years ago
0
Add [SIMPLE-]VECTOR* and SEQUENCE[*] patterns
#82
scymtym
opened
11 years ago
6
correct documentation: keywords are constant-pattern too
#81
tpapp
closed
11 years ago
1
small mod
#80
guicho271828
closed
11 years ago
0
(and (guard ...) (ppcre ...)) execute out of order
#79
bhyde
closed
11 years ago
2
Convert (not (or ...)) to (and (not ...) ...)?
#78
m2ym
opened
11 years ago
1
"not" and "satisfies" don't play well together
#77
slburson
closed
11 years ago
2
Doesn't work on CLISP
#76
ksvanhorn
closed
11 years ago
4
Next