a2aaron / bytebot

Posts randomly generated bytebeats with video output to twitter every few hours.
https://twitter.com/bytebeat_bot
3 stars 0 forks source link

Typed evaluator #28

Closed porglezomp closed 7 years ago

porglezomp commented 7 years ago

Our eval stack should contain

enum Val {
    F(f64),
    I(i64),
}

in order to reduce the number of conversions that have to happen, which should hopefully improve precision.