Architecture
|
Put _start and main call into builtins
|
2024-09-21 23:35:32 +02:00 |
Object
|
Pass relocation base table
|
2024-09-12 02:21:48 +02:00 |
AST.hs
|
Parse call statements
|
2024-09-24 22:20:57 +02:00 |
CodeGenerator.hs
|
Generate IR and target code
|
2024-09-25 23:06:02 +02:00 |
CommandLine.hs
|
Add command line parser
|
2024-09-05 23:18:48 +02:00 |
Intermediate.hs
|
Generate IR and target code
|
2024-09-25 23:06:02 +02:00 |
Location.hs
|
Add types for name analysis
|
2024-07-26 12:22:07 +02:00 |
NameAnalysis.hs
|
Parse call statements
|
2024-09-24 22:20:57 +02:00 |
Parser.hs
|
Parse call statements
|
2024-09-24 22:20:57 +02:00 |
PrinterWriter.hs
|
Parse call statements
|
2024-09-24 22:20:57 +02:00 |
SymbolTable.hs
|
Parse call statements
|
2024-09-24 22:20:57 +02:00 |
TypeAnalysis.hs
|
Stub the implementation for all phases
|
2024-09-08 02:08:13 +02:00 |
Types.hs
|
Write parameter info into procedure info
|
2024-08-12 00:50:36 +02:00 |