Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ze7111 authored Feb 16, 2024
1 parent 81af23d commit 5de8dac
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,22 @@ As of now, the project has the following structure and features:

#### Language Implementation
- [x] Lexer
- [ ] Parser
- [ ] Abstract Syntax Tree (AST)
- [ ] Error Handling
- [x] Parser
- [x] Abstract Syntax Tree (AST)
- [x] Error Handling
- [ ] Type Checking
- [ ] Transpiler

#### Language Features
- [x] Variables
- [ ] Variables
- [x] Functions
- [x] Control Flow
- [x] Data Types
- [ ] Control Flow
- [ ] Data Types
- [x] Classes
- [ ] Generics
- [ ] Inheritance
- [x] Generics
- [x] Inheritance
- [ ] Operator Overloading
Interop:
- Interop:
- [ ] Python
- [ ] C
- [ ] C++
Expand Down Expand Up @@ -121,4 +121,4 @@ To get started with Helix, you can follow the steps below:
pip install -r requirements.txt
```

> **Warning:** Helix is currently in the early stages of development and is not yet ready for production use. The project is under active development, and breaking changes may occur. We recommend using Helix for experimental purposes only and providing feedback to help improve the language.
> **Warning:** Helix is currently in the early stages of development and is not yet ready for production use. The project is under active development, and breaking changes may occur. We recommend using Helix for experimental purposes only and providing feedback to help improve the language.

0 comments on commit 5de8dac

Please sign in to comment.