Historique des commits

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