2021-03-30 20:34 | A few small changes | kocotian | 2 | +3 | -7 |
2021-03-16 18:30 | Sign change | kocotian | 1 | +1 | -0 |
2021-03-04 19:38 | pushing and popping args, not pushing rax (mov into r15) | kocotian | 1 | +14 | -3 |
2021-03-03 20:42 | fixed functions (again), returning, fixed identifier literal | kocotian | 1 | +8 | -5 |
2021-03-03 20:28 | identifier literal and multiple functions finally fixed | kocotian | 1 | +17 | -4 |
2021-03-03 20:10 | ASMCONCAT changes, not pushing/popping rax on syscall now | kocotian | 1 | +11 | -13 |
2021-03-03 19:43 | function calling (rax) | kocotian | 1 | +12 | -8 |
2021-03-03 19:02 | ASMCONCAT macro, adding and substracting expressions | kocotian | 3 | +34 | -24 |
2021-02-28 17:08 | function expression prototype, few changes, string literal on rax | kocotian | 3 | +41 | -12 |
2021-02-28 15:58 | number and string literal asm code generation | kocotian | 2 | +26 | -2 |
2021-02-28 14:23 | expressions theoretically done + question mark in parsing | kocotian | 3 | +69 | -3 |
2021-02-28 12:54 | parsing finalized with rest of tokens, started with expressions in grammar | kocotian | 5 | +160 | -37 |
2021-02-28 12:15 | fixed errwarn | kocotian | 2 | +19 | -5 |
2021-02-27 09:55 | licensing, extended readme | kocotian | 10 | +743 | -1 |
2021-02-26 21:05 | functions generation working! + tokens debugging to stderr & few changes | kocotian | 2 | +25 | -9 |
2021-02-26 20:06 | finally a grammar, fixes, removed puts()'s, temporary expressions | kocotian | 1 | +54 | -11 |
2021-02-26 19:33 | keywords, (void) in function | kocotian | 3 | +40 | -8 |
2021-02-26 18:24 | semicolon as token, opening/closing tokens | kocotian | 3 | +43 | -16 |
2021-02-26 17:37 | improved grammar, fixed errwarn | kocotian | 6 | +20 | -14 |
2021-02-26 17:00 | gramar, many changes in parsing | kocotian | 10 | +220 | -71 |
2021-02-24 14:01 | simplified err/warn, braces, equal sign, comments | kocotian | 1 | +30 | -35 |
2021-02-21 23:06 | fixed strings, temporary dump of all tokens for debugging | kocotian | 1 | +4 | -1 |
2021-02-21 22:59 | simplifications, error now exit(1)'s | kocotian | 1 | +18 | -23 |
2021-02-21 22:53 | errors and warnings are better, no write() on each line | kocotian | 1 | +40 | -10 |
2021-02-21 22:26 | simple parser, syscalls by name, makefile | kocotian | 3 | +455 | -5 |
2021-02-21 18:15 | initial, getting line | kocotian | 8 | +221 | -0 |