jak-project/goalc/compiler/Env.h
water111 2075dd66b6
Add ObjectGenerator and Register Allocator (#10)
* start the ObjectFileGenerator

* finish v3 generation

* add analysis for register allocator

* add register allocator

* fix const

* fix build

* fix formatting for clang-format

* attempt to fix windows build

* windows 2

* windows 3

* windows 4

* windows 5

* windows 6
2020-09-05 16:37:37 -04:00

20 lines
210 B
C++

#ifndef JAK_ENV_H
#define JAK_ENV_H
class Env {};
// global
// noemit
// objectfile
// configuration
// function
// block
// lexical
// label
// symbolmacro
// get parent env of type.
#endif // JAK_ENV_H