|
|
104b9b0864
|
Move around the tests for types
|
2017-04-03 16:44:04 -04:00 |
|
|
|
3cb1824a1b
|
Implement IsBool and IsChar for Char and Bool
|
2017-04-03 16:40:23 -04:00 |
|
|
|
704c342a6f
|
Add IsBool and IsChar to Value trait
|
2017-04-03 16:27:09 -04:00 |
|
|
|
90088ae814
|
Fix up types tests
|
2017-04-03 16:20:06 -04:00 |
|
|
|
b0aa38e387
|
Clean up compiler errors related to type name changes
|
2017-04-03 16:12:12 -04:00 |
|
|
|
ddfac28b8c
|
Rearrange the types modules a bunch
|
2017-04-03 14:51:39 -04:00 |
|
|
|
d6a9fc26cd
|
Boolean and Character are a little more filled out, and used by the Lexer
|
2017-01-16 10:29:44 -08:00 |
|
|
|
a55fdedd1c
|
Get PartialEq on Value types working correctly. Yay!
|
2017-01-14 22:31:54 -08:00 |
|
|
|
c7f267d12d
|
Fiddling with PartialEq on Value trait
|
2017-01-14 10:23:39 -08:00 |
|
|
|
db2e81d518
|
Add Debug to Value trait
|
2017-01-12 21:37:42 -08:00 |
|
|
|
c2209a8a8a
|
Add Value trait to type structs
|
2017-01-12 21:18:20 -08:00 |
|
|
|
9cbf8d2d0d
|
Little Number tweaks
|
2017-01-02 11:52:15 -05:00 |
|
|
|
149aa50fa9
|
Move simple types to types/mod.rs
|
2017-01-02 11:47:54 -05:00 |
|
|
|
1d19a3f722
|
Fix up lexer tests after movement of stuff
|
2016-12-29 16:56:47 -05:00 |
|
|
|
8f2a93f813
|
pub use Boolen and Number for types module
|
2016-12-29 12:33:11 -05:00 |
|
|
|
1728ea2868
|
Add boolean module to types
|
2016-12-29 12:22:29 -05:00 |
|
|
|
f799d7642d
|
Create types module with a module for numbers; move Number there
|
2016-12-29 10:10:40 -05:00 |
|