Inheritance: NumericExp
    public void ToIntExp(ToIntExp e)
    {
	e.Value.Visit(this);
	il.Emit(OpCodes.Call, ((typeof(LispRuntime)).GetMethod("ToInt")));
    }
Exemple #2
0
    //These will be generated Internally. Typechecking not required.
    public void ToIntExp(ToIntExp e)
	{
	}