Skip to content

Commit cc4db7e

Browse files
committed
add codegen empty files, update readme
1 parent fbafbff commit cc4db7e

File tree

6 files changed

+9
-0
lines changed

6 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
commit fbafbffbe8eebae92e1b1ae8ad90b53a1780b05c
2+
Author: Alexeev Bronislav <[email protected]>
3+
Date: Sat Aug 9 00:02:35 2025 +0700
4+
5+
small updates in ast
6+
17
commit e7a34f1b7382083c80d412f9526c1f4ff5fbc4f9
28
Author: Alexeev Bronislav <[email protected]>
39
Date: Fri Aug 8 12:14:18 2025 +0700

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ You also can read [Hacking](./HACKING.md)
116116
- [x] Parser
117117
- [x] AST
118118
- [ ] Codegen
119+
- [ ] Basic Codegen
120+
- [ ] Variables, const, create and set, types.
121+
- [ ] Export printf function
119122
- [ ] IR>bin
120123
- [ ] VSCode Extension
121124
- [ ] Standard library

source/codegen/codegen.cpp

Whitespace-only changes.

source/codegen/codegen.hpp

Whitespace-only changes.

source/codegen/variables.cpp

Whitespace-only changes.

source/codegen/variables.hpp

Whitespace-only changes.

0 commit comments

Comments
 (0)