Skip to content

Commit

Permalink
converted the last big module to Ficus: c_gen_code.ml
Browse files Browse the repository at this point in the history
  • Loading branch information
vpisarev committed Mar 24, 2021
1 parent 15abc1d commit c6e7fda
Show file tree
Hide file tree
Showing 3 changed files with 3,023 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compiler/C_form.fx
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ type cdefexn_t =
cexn_make: id_t; cexn_scope: scope_t list; cexn_loc: loc_t
}

type cdefmodule_t =
type cmodule_t =
{
cmod_name: id_t; cmod_cname: string; cmod_ccode: cstmt_t list;
cmod_main: bool; cmod_recompile: bool; cmod_pragmas: pragmas_t
Expand Down
Loading

0 comments on commit c6e7fda

Please sign in to comment.