simC

Dynamically typed high-level syntax for C

        
        cimplec ~ $ 
      

Installation

  • mac
  • linux
  • win
            
              $ pip install simc
            
            
              $ pip install simc
            
            
              $ pip install simc
            
          

Read our documentation for getting started with simC

Documentation

Changelog

v0.1-alpha-4

23/01/2021
(DD/MM/YYYY)
  • Added Structures
  • Added single line versions of block statements
  • Added support for boolean
  • Updated 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