Commit Graph

13 Commits

Author SHA1 Message Date
Rui Ueyama 699d2b7e3f Add \<octal-sequence> 2020-10-08 15:43:04 +09:00
Rui Ueyama ad7749f2fa Add \a, \b, \t, \n \v, \f, \r and \e 2020-10-08 15:42:45 +09:00
Rui Ueyama 4cedda2dbe Add string literal 2020-10-07 20:13:26 +09:00
Rui Ueyama be38d63d1b Add char type 2020-10-07 20:13:26 +09:00
Rui Ueyama 3e55cafef8 Add sizeof 2020-10-07 20:13:26 +09:00
Rui Ueyama b4e82cf7ce Add keyword "int" and make variable definition mandatory 2020-10-07 20:13:25 +09:00
Rui Ueyama 1f3eb34f63 Add "while" statement 2020-10-07 20:13:25 +09:00
Rui Ueyama f5d480f139 Add "for" statement 2020-10-07 20:13:25 +09:00
Rui Ueyama 72b841508f Add "if" statement 2020-10-07 20:13:19 +09:00
Rui Ueyama 6cc1c1f064 Add "return" statement 2020-10-07 20:12:57 +09:00
Rui Ueyama 482c26b536 Support multi-letter local variables 2020-10-07 20:12:19 +09:00
Rui Ueyama 1f9f3adf32 Support single-letter local variables 2020-10-07 20:11:48 +09:00
Rui Ueyama 725badfb49 Split main.c into multiple small files 2020-10-07 20:11:16 +09:00