Historique des commits

Auteur SHA1 Message Date
  Kajetan Johannes Hammerle b998245f8d function calls can be used before the function is declared il y a 4 ans
  Kajetan Johannes Hammerle 079563b3c7 returns must be inside a function il y a 4 ans
  Kajetan Johannes Hammerle 12a5ca9c04 return for functions il y a 4 ans
  Kajetan Johannes Hammerle 4b9ce848c5 simplified error handling by using longjumps il y a 4 ans
  Kajetan Johannes Hammerle 3a58c4a19c refactoring il y a 4 ans
  Kajetan Johannes Hammerle badf6ab7e9 functions signature consists of their name and number of arguments, il y a 4 ans
  Kajetan Johannes Hammerle f4d46a5ea4 more function tests, correct resetting of var index il y a 4 ans
  Kajetan Johannes Hammerle eb04b88a27 functions can have arguments (no check for number of arguments) il y a 4 ans
  Kajetan Johannes Hammerle 8c544a56ce function vars have own scope (own storage on the stack) il y a 4 ans
  Kajetan Johannes Hammerle f4cdb6bf01 refactoring il y a 4 ans
  Kajetan Johannes Hammerle f209fbe331 basic functions without a stack and arguments il y a 4 ans
  Kajetan Johannes Hammerle 163d563286 variables il y a 4 ans
  Kajetan Johannes Hammerle 2f4f5cc112 current code line in vm is now an instruction il y a 4 ans
  Kajetan Johannes Hammerle 974f3c89b6 line bits reduced to 16 il y a 4 ans
  Kajetan Johannes Hammerle 2c00c7e948 refactoring il y a 4 ans
  Kajetan Johannes Hammerle b289719095 float type il y a 4 ans
  Kajetan Johannes Hammerle 92b0d19b0a bool type il y a 4 ans
  Kajetan Johannes Hammerle b694007673 source file line for runtime errors il y a 4 ans
  Kajetan Johannes Hammerle 18c87bb02f brackets il y a 4 ans
  Kajetan Johannes Hammerle 72d9f8d444 refatored binary int operations il y a 4 ans
  Kajetan Johannes Hammerle 67b23135d8 null type, refactoring il y a 4 ans
  Kajetan Johannes Hammerle c24a784034 line information in compiler il y a 4 ans
  Kajetan Johannes Hammerle df186d6185 multiply and improved errors il y a 4 ans
  Kajetan Johannes Hammerle 4859582fdf new test system il y a 4 ans
  Kajetan Johannes Hammerle 899e6203aa update to C only, simple tokenizer / compiler / vm but everything works il y a 4 ans
  Kajetan Johannes Hammerle ffac8ecd7c everything back to cpp il y a 5 ans
  Kajetan Johannes Hammerle 1f97b36a40 partial move back to cpp il y a 5 ans
  Kajetan Johannes Hammerle 35c504e424 everything moved from cpp to c il y a 5 ans
  Kajetan Johannes Hammerle d1860ddd3d tokenizer writes tokens into char buffer, tokens are read from char il y a 5 ans
  Kajetan Johannes Hammerle 2365c826b0 moved from make to meson, recoded most parts il y a 5 ans