Skip to content

Phytolizer/webcc

Repository files navigation

webcc

RESTful C compiler. Uses great things like JSON and APIs. Had enough buzzwords yet? ;)

Features

  • Compile integer literals
  • Compile basic unary operators
  • Compile basic binary operators (+, -, *, /)
  • Compile many more binary operators (&&, %, ^, <<, ...)
  • Compile local variable declarations and usages (type int)
  • Compound assignment operators (+=, -=, ...)
  • Prefix/postfix increment/decrement operators (++, --)
  • Conditionals (if, ?)
  • Block syntax (lexical scoping)

About

A RESTful C compiler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published