Releases: cimplec/sim-c
Releases · cimplec/sim-c
simC v0.1-alpha-4
- Structures
- Single line versions of block statements
- Support for boolean
- Update lexer to class
- Balanced parantheses check
- Arrays (complete with indexing and assignment)
- Functions more usable (using variable dependency in symbol table)
- Explicit typecasting
- type function
- size function
simC v0.1-alpha-3
- Fixed color leaking in terminal
- Fixed f-strings
- Fixed string input
- Array declarations
- Bitwise operators
- Parser modularized
- Import statement
- Modules
- Package manager (simpack)
simC v0.1-alpha-2
- Added Raw C support
- For loops now support variables
- Added escape sequence support
- Fixed input statement to accept input without a prompt and specific data type
- Fixed logical operators
- Added functions with default arguments
- Fixed formal parameters of functions
simC v0.1-alpha-1
- Minor bug fixes
simC v0.1-alpha
- Basic features of C