Skip to content

Releases: cimplec/sim-c

simC v0.1-alpha-4

23 Jan 21:02
Compare
Choose a tag to compare
  • 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

15 Dec 13:20
923c81e
Compare
Choose a tag to compare
  • 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

16 Oct 14:35
08072ed
Compare
Choose a tag to compare
  • 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

21 Sep 14:25
2267dcb
Compare
Choose a tag to compare
  • Minor bug fixes

simC v0.1-alpha

11 Jul 16:39
89189e4
Compare
Choose a tag to compare
  • Basic features of C