Start work on generic codegen backend

Signed-off-by: Anita Anderson <anita@ansan.io>
This commit is contained in:
Anita 2023-04-18 16:55:37 -04:00
parent c9c83efaa0
commit d36e53325f
3 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[*] [*]
indent_style = space indent_style = space
indent_size = 2 indent_size = 4
end_of_line = lf end_of_line = lf
charset = utf-8 charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true

View File

@ -0,0 +1,6 @@
/*************/
/*GEMWIRE */
/* ERYTHRO*/
/*************/
#pragma once

0
src/codegen/Codegen.cc Normal file
View File