Chris Smith on Writing a Java to x86 Compiler in F#
Uploaded on Apr 21, 2010 / 433 views / 1516 impressions / 0 comments
Description
Tuesday, April 20, 2010 - Chris Smith discussed writing a Java to
x86 Compiler in F#. If you've ever been interested in writing a
full fledged compiler in F# then this is the talk for you. This
talk will go over the FSMiniJava project, a compiler...
Tuesday, April 20, 2010 - Chris Smith discussed writing a Java to
x86 Compiler in F#. If you've ever been interested in writing a
full fledged compiler in F# then this is the talk for you. This
talk will go over the FSMiniJava project, a compiler converting a
subset of the Java language into x86 assembler and then producing
working executables - all written in F#! The talk will cover Lex
and Yacc, abstract syntax trees, and op-code generation.