Home Page of Java port of Russell Computer Language
Email: Mail To: pal at dennisdarland dot com
Comments welcome.
For other things I'm doing see
my home page.
I switched to using BYACC/J. (from Bison)
I had also, briefly, tried Jacc
- Sample source files in Russell and output from running Russell on them.
Eventially the goal is compiling the Russell into C (or possibly java) source code.
- Russell source to factorial program
- Output from running Russell on fact.r - for now left over from Bison version - this version not producing output yet.
- Bison Grammar.
- pass1/parser/YYParser_y (BYACC/J Grammar)
- Java Files.
- Russell.java
- Const.java
- Globals.java
- Mine.java
- stree/Node.java
- stree/ConsNode.java
- pass1/parser/Parser_java
- pass1/parser/ParserVal_java
- pass1/parser/Initids.java
- pass1/applinfer/Mkappl_java
- pass1/applinfer/Precedence_java
- pass1/scanner/Lexer.java
- pass1/stt/Stt.java
- pass5d/RIC_instr.java