sibil/types
Eryn Wells d825d0ec8a [types] Clean up Pair and Sym types
Reconfigure the top-level object types.
- Obj is an enum pointer type
- Object is a trait that all Scheme types should implement

Define Sym, a symbol type.
Define Pair, a pair/cons/list type.

Implement Display for all types above. Implement casting methods for the above.
2018-08-23 17:05:29 -07:00
..
src [types] Clean up Pair and Sym types 2018-08-23 17:05:29 -07:00
Cargo.toml Add empty sibiltypes lib at ./types 2017-04-08 16:22:56 -07:00