compilers共4篇
Writing a mathematical expression evaluator in Java-拾光赋

Writing a mathematical expression evaluator in Java

Writing a mathematical expression evaluator in Java,Introduction Writing an expression evaluator, as simple as it may be, has always been a long standing challenge for me, mostly b...
kity的头像-拾光赋kity5年前
03215
How similar is the execution of Java and JavaScript?-拾光赋

How similar is the execution of Java and JavaScript?

How similar is the execution of Java and JavaScript?,In this article, I will compare the execution of Java and JavaScript. I am intentionally avoiding a lot of details about memory...
kity的头像-拾光赋kity6年前
03712
Meet JFlex-拾光赋

Meet JFlex

Meet JFlex, JFlex is a scanner generator for Java. A scanner generator will generate a scanner (a.k.a. lexer) for you instead of you having to write one yourself. JFlex is modeled ...
kity的头像-拾光赋kity6年前
0455
Use JFlex to Count Words-拾光赋

Use JFlex to Count Words

Use JFlex to Count Words, In the previous story we got to meet JFlex, a tool for generating lexers in Java. The example lexer was contrived, banal and not all that useful so let’s...
kity的头像-拾光赋kity6年前
0498