Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
itsfuad authored Dec 9, 2024
1 parent cee15e1 commit 50680eb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ Walrus is a tiny and simple programming language designed for simplicity. Its sy

### Parser
- Handles syntactic analysis for:
- **Builtin types**
- Signed Integers: `i8`, `i16`, `i32`, `i64`, `i128`
- Unsigned Intergers: `u8`, `u16`, `u32`, `u64`, `u128`
- Floats: `f32`, `f64`
- String: `str`
- Null: `null`
- Void: `void`
- Map: `map[key]value`
- **Variable Declaration and Assignment**
- Mutable variables with `let`
- Constant variables with `const`
Expand Down

0 comments on commit 50680eb

Please sign in to comment.