Type a C expression below:

 

News

  • New parser generated using ANTLR to handle some of the trickier parts of C (especially casting)
  • Better highlighting of nesting levels on mouseover

To do

  • The new parser doesn't flag invalid syntax yet
  • Types with qualifiers (const int, unsigned int, etc)
  • Pointer types