vogon101 / semantics-impls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Semantics Implementations

Simple implementations built in Scala.

Supo1

Issues

Still has issue with return statements (they don't actually return, but they do unroll the state). This means that this will crash the interpreter as the second return has nowhere to return to.

function test(){
    return 1;
    return 2;
}

About


Languages

Language:Java 84.2%Language:Scala 14.3%Language:ANTLR 1.5%