aboutsummaryrefslogtreecommitdiff
path: root/src/eval.cpp
AgeCommit message (Collapse)Author
2016-04-13eval: support array literalsAndrew Kelley
2016-04-12more eval tests and fix eval call analyze codeAndrew Kelley
2016-04-12add error for dividing by zero in static function evaluationAndrew Kelley
2016-04-12passing all testsAndrew Kelley
2016-04-12eval: ability to eval more thingsAndrew Kelley
2016-04-12eval: support more node typesAndrew Kelley
2016-04-12compile-time function evaluation of pure functionsAndrew Kelley