All Projects → bjwbell → newl-compiler

bjwbell / newl-compiler

Licence: MIT License
bjbell.wordpress.com/2010/01/20/writing-a-compiler-in-haskell-compiler-series-part-i/

Programming Languages

haskell
3896 projects
Yacc
648 projects
Logos
282 projects
The directory layout is as follows:
scanner					Scanner for NewL.
scanner_with_error_reporting		Scanner with error reporting.
parser					Parser and scanner.
parser_with_error_reporting		Parser with error reporting along with the scanner.
adding_symbol_table_part2		Parser with a symbol table.
type_checking1				Type checker, parser, and scanner.

llvm_code_generation1			Initial code generator using LLVM.
README					This file.
test_files				Various test files.

Each directoy contains a README with information on that directory.


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].