Update README.md
This commit is contained in:
22
README.md
22
README.md
@@ -44,10 +44,10 @@ bash build.c
|
|||||||
- [x] '='
|
- [x] '='
|
||||||
- [x] Maths
|
- [x] Maths
|
||||||
- [x] Brackets
|
- [x] Brackets
|
||||||
- [ ] Comparisons
|
- [x] Comparisons
|
||||||
- [ ] Code blocks (` { } `)
|
- [x] Code blocks (` { } `)
|
||||||
- [ ] If
|
- [x] If
|
||||||
- [ ] While
|
- [x] While
|
||||||
- [ ] Function Definition
|
- [ ] Function Definition
|
||||||
- [ ] Function Calls
|
- [ ] Function Calls
|
||||||
- [ ] Structs
|
- [ ] Structs
|
||||||
@@ -62,9 +62,9 @@ bash build.c
|
|||||||
- [x] Identifiers (scope->variables[idName])
|
- [x] Identifiers (scope->variables[idName])
|
||||||
- [x] add (string, int, double)
|
- [x] add (string, int, double)
|
||||||
- [x] subtract, multiply, divide (int, double)
|
- [x] subtract, multiply, divide (int, double)
|
||||||
- [ ] Comparisons (bool)
|
- [x] Comparisons (bool)
|
||||||
- [ ] Code block (none)
|
- [x] Code block (none)
|
||||||
- [ ] if, while (none)
|
- [x] if, while (none)
|
||||||
- [ ] Function definition (fun(...))
|
- [ ] Function definition (fun(...))
|
||||||
- [ ] Function call (return type of function)
|
- [ ] Function call (return type of function)
|
||||||
- [ ] Struct (template(...))
|
- [ ] Struct (template(...))
|
||||||
@@ -76,10 +76,10 @@ bash build.c
|
|||||||
- [x] '='
|
- [x] '='
|
||||||
- [x] Maths
|
- [x] Maths
|
||||||
- [x] Brackets
|
- [x] Brackets
|
||||||
- [ ] Comparisons
|
- [x] Comparisons
|
||||||
- [ ] Code blocks (` { } `)
|
- [x] Code blocks (` { } `)
|
||||||
- [ ] If
|
- [x] If
|
||||||
- [ ] While
|
- [x] While
|
||||||
- [ ] Function Definition
|
- [ ] Function Definition
|
||||||
- [ ] Function Calls
|
- [ ] Function Calls
|
||||||
- [ ] Structs
|
- [ ] Structs
|
||||||
|
|||||||
Reference in New Issue
Block a user