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