zyxw59 / subway_map.rs

A rewrite of https://github.com/zyxw59/subwayMap
MIT License
0 stars 0 forks source link

Expand type system #2

Open zyxw59 opened 4 years ago

zyxw59 commented 4 years ago

Currently the only types that exist are Number, Point, and Line. Once we implement if, it'd be nice to have a real boolean type instead of just using 1 and 0 as true and false.

Lists might also be useful