Commit History

Author SHA1 Message Date
  Giovanni Mascellani 58b7d11871 Take input from either serial or keyboard. 5 years ago
  Giovanni Mascellani 7e2ef5e4a8 Add a simple keyboard driver. 5 years ago
  Giovanni Mascellani 3281a92191 Intercept all write_char calls in entry.g. 5 years ago
  Giovanni Mascellani 60ba64256b Intercept all log calls in entry.g. 5 years ago
  Giovanni Mascellani af9cda58e7 Do a test iPXE compilation. 5 years ago
  Giovanni Mascellani c018974aa4 Make long 4 bytes long. 5 years ago
  Giovanni Mascellani 214bf6e0d9 Understand sizes of floating point types. 5 years ago
  Giovanni Mascellani d9b9f69a8f Parse octal escape sequences. 5 years ago
  Giovanni Mascellani d16696d515 Fix a good deal of bugs and inconsistencies. 5 years ago
  Giovanni Mascellani cfa666b706 Compile and execute a program with tinycc. 5 years ago
  Giovanni Mascellani d65533db65 Actually run a test program allocating and deallocating a TCC context. 5 years ago
  Giovanni Mascellani 1bff629900 Tests and bugfixes. 5 years ago
  Giovanni Mascellani 6deb45d4c0 Minor fix to type parsing. 5 years ago
  Giovanni Mascellani 72c77127c7 Minor. 5 years ago
  Giovanni Mascellani e16029975d Try to support static globals. 5 years ago
  Giovanni Mascellani 19eb29707b Add other features and bugfixes in compiler and standard library. 5 years ago
  Giovanni Mascellani 720499f4e2 Fix some little bug in the compiler. 5 years ago
  Giovanni Mascellani f89392e59c Allow void ternary operator. 5 years ago
  Giovanni Mascellani ed77b27818 Implement string initializers. 5 years ago
  Giovanni Mascellani 000ca090e0 Many random improvements in preprocessor and compiler. 5 years ago
  Giovanni Mascellani cfa55ec86c Implement increment and decrement operators for pointers. 5 years ago
  Giovanni Mascellani 091c486ea4 Implement various standard library and language features. 5 years ago
  Giovanni Mascellani 8dea80a49a Allow functions to be declared with no arguments. 5 years ago
  Giovanni Mascellani c1ee69cf25 Move character parsing to ast_strtoll. 5 years ago
  Giovanni Mascellani 2212da92a9 Implement string collapsing. 5 years ago
  Giovanni Mascellani 6491b48e54 Revert "Allow array to be redeclared without length." 5 years ago
  Giovanni Mascellani cfde4a3809 Cache array length during stage 0 from initializers. 5 years ago
  Giovanni Mascellani f5ed97e7aa Fix a test. 5 years ago
  Giovanni Mascellani b6cec20109 Fix a little parsing bug. 5 years ago
  Giovanni Mascellani 1d08729d20 Implement comma operator. 5 years ago