@@ -110,25 +110,16 @@ You also can read [Hacking](./HACKING.md)
110110| ** LLVM19 Backend** | Direct LLVM IR generation via C++ API | Near-native execution speed, advanced optimizations |
111111| ** Cross-Platform** | Single IR → Windows/Linux/macOS binaries | Consistent behavior across platforms |
112112
113+ ## Plans
113114
114- ## ⚖️ License
115- ``` text
116- System programming language made with C++ & LLVM
117- Copyright (C) 2025 Alexeev Bronislav
118-
119- This program is free software: you can redistribute it and/or modify
120- it under the terms of the GNU General Public License as published by
121- the Free Software Foundation, either version 3 of the License, or
122- (at your option) any later version.
123-
124- This program is distributed in the hope that it will be useful,
125- but WITHOUT ANY WARRANTY; without even the implied warranty of
126- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
127- GNU General Public License for more details.
128-
129- You should have received a copy of the GNU General Public License
130- along with this program. If not, see <https://www.gnu.org/licenses/>.
131- ```
115+ - [x] Lexer
116+ - [x] Parser
117+ - [x] AST
118+ - [ ] Codegen
119+ - [ ] IR>bin
120+ - [ ] VSCode Extension
121+ - [ ] Standard library
122+ - [ ] Package manager
132123
133124## SLEAF Manifesto
134125* "We reject the false choice between performance and expressiveness.
@@ -161,6 +152,25 @@ This project is licensed under **GNU GPL 3.0 License** - see [LICENSE](https://g
161152[ Report Issue] ( https://github.com/alexeev-prog/sleaf-llvm/issues ) |
162153[ View Examples] ( ./examples )
163154
155+ ### ⚖️ License
156+ ``` text
157+ System programming language made with C++ & LLVM
158+ Copyright (C) 2025 Alexeev Bronislav
159+
160+ This program is free software: you can redistribute it and/or modify
161+ it under the terms of the GNU General Public License as published by
162+ the Free Software Foundation, either version 3 of the License, or
163+ (at your option) any later version.
164+
165+ This program is distributed in the hope that it will be useful,
166+ but WITHOUT ANY WARRANTY; without even the implied warranty of
167+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
168+ GNU General Public License for more details.
169+
170+ You should have received a copy of the GNU General Public License
171+ along with this program. If not, see <https://www.gnu.org/licenses/>.
172+ ```
173+
164174---
165175
166176<div align =" center " >
0 commit comments