Skip to content

Commit

Permalink
refactoring compiler code to enable unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arakov committed Mar 28, 2024
1 parent 4659999 commit 6b90f4f
Show file tree
Hide file tree
Showing 4 changed files with 7,468 additions and 7,498 deletions.
2 changes: 2 additions & 0 deletions doc/todo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ In development:
- #617
- #637 : all bt tests
--------------------------------------
- part of code can be turned into static ones

- serialize / deserialize tree : syntax tree
- serialize / deserialize tree : build tree

Expand Down
2 changes: 1 addition & 1 deletion elenasrc3/elc/cliconst.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

namespace elena_lang
{
#define ELC_REVISION_NUMBER 0x0245
#define ELC_REVISION_NUMBER 0x0246

#if defined _M_IX86 || _M_X64

Expand Down
Loading

0 comments on commit 6b90f4f

Please sign in to comment.