小编Zen*_*o15的帖子

Python compiler for simple language to java vm code algorithm

I have a simple language that I am trying to write a compiler for (yes it is homework) to compile a simple language I shall describe if necessary to java vm code.

It currently works pretty well I've just hit a bump with logical AND's and OR's.

Each work fine in a single if/while condition, but if I try and chain them things go wrong, correct me if I am wrong but I believe that AND has precedence, but I …

python compiler-construction jvm jvm-languages

19
推荐指数
1
解决办法
1206
查看次数