Chris Lenk
|
4229c380a2
|
Fix make_constant when value is already a constant
Fixes #171.
|
2018-04-26 10:20:46 -04:00 |
Chris Lenk
|
3e048ef325
|
Fix deprecated 3.6 backslash-character pairs
(https://docs.python.org/3/whatsnew/3.6.html#deprecated-python-behavior)
|
2018-04-11 15:46:17 -04:00 |
Chris Lenk
|
3abfe7868a
|
Add more patterning tests
... and fix bugs detected in doing so
|
2018-04-02 16:38:04 -04:00 |
Greg Back
|
1414035e8d
|
Isolate TimestampConstant in test.
|
2017-10-05 21:54:58 +00:00 |
Richard Piazza
|
0dc3226048
|
added test for Timestamp_Constant
|
2017-10-05 13:43:56 -04:00 |
Richard Piazza
|
a2aacc5e20
|
merge all classes into patterns.py
|
2017-07-19 14:03:43 +00:00 |
Richard Piazza
|
27af0c0d5b
|
Fixed style errors
|
2017-07-18 20:34:39 +00:00 |
Richard Piazza
|
6fa009e509
|
added object_paths
added more tests for pattern expressions
added "set" comparison expressions
implemented make_constant
fixed type name for EmailAddress
|
2017-07-18 20:30:02 +00:00 |
Richard Piazza
|
c1b07ef505
|
Introduce constant objects for literals in pattern expressions
fixed idioms
|
2017-07-18 20:26:46 +00:00 |
Richard Piazza
|
c8bcece6f6
|
added tests for expressions
fix __str__ methods
|
2017-07-18 20:26:46 +00:00 |
Richard Piazza
|
c0467da5f9
|
added classes for Pattern Expressions
|
2017-07-18 20:26:44 +00:00 |