WIP: codegen backend #4

Draft
0xilly wants to merge 3 commits from 0xilly/Erythro:codegen into master
3 changed files with 7 additions and 1 deletions
Showing only changes of commit d36e53325f - Show all commits

View File

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

View File

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

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