Inheritance: ListExp
Ejemplo n.º 1
0
    public void StringExp(StringExp e)
    {
	il.Emit(OpCodes.Ldstr, (e.Value));
	il.Emit(OpCodes.Call, ((typeof(LispRuntime)).GetMethod("Init")));
    }
Ejemplo n.º 2
0
    public void StringExp(StringExp e)
    {
	e.ExpType = typeof(CList);
	
    }