Skip to content

Commit

Permalink
Move translator/monadic above basis in build-sequence
Browse files Browse the repository at this point in the history
Because basis depends on the monadic translator.
  • Loading branch information
myreen committed Aug 2, 2018
1 parent bb085a0 commit 21cbea7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions developers/build-sequence
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ translator
compiler/parsing
characteristic

# basis library
basis

# monadic translator
translator/monadic

# basis library
basis

# compiler
compiler/inference
compiler/backend/reg_alloc
Expand Down

0 comments on commit 21cbea7

Please sign in to comment.