|
|
502f284ebd
|
as/lexer/number.c: cleaning up lexer_read_num_dec() abit, skipping goto.
|
2019-04-03 16:42:34 +02:00 |
|
|
|
969c092e6f
|
as/lexer.c: minor style fix.
|
2019-04-03 16:05:55 +02:00 |
|
|
|
c9f0d8b616
|
as/lexer.c: minor style fix.
|
2019-03-29 16:03:57 +01:00 |
|
|
|
040caee7f4
|
as/lexer.c: move hex/dec parse functions to as/lexer/number.c
|
2019-03-29 16:01:59 +01:00 |
|
|
|
caed36a936
|
asm: move grammar stuff from lexer.c to lexer/grammar.h
|
2019-03-29 15:46:19 +01:00 |
|
|
|
6611095364
|
as/parser.c: fixed a bug where address of array (uint_t **) was passed to codegen_emit() (that expects uint_t*)
|
2019-03-29 15:46:19 +01:00 |
|
|
|
5b1bf5b412
|
as/parser.c: fix compiler warning by doing some casts.
|
2019-03-14 11:34:54 +01:00 |
|
|
|
e319461f83
|
as/asm_error.h: variadic functions did not work at all, switch to macro.
|
2019-01-04 21:28:31 +01:00 |
|
|
|
5416d2b4d8
|
Updating copyright year.
|
2019-01-04 20:31:05 +01:00 |
|
|
|
983ff56b93
|
updating some headers
|
2019-01-04 15:34:45 +01:00 |
|
|
|
6422bcca8a
|
moving as/error.c code to lib to have the functions reusable.
|
2018-12-21 00:03:47 +01:00 |
|
|
|
d73e2ab710
|
move /src/as to /as and /src to /vm
|
2018-12-18 13:29:18 +01:00 |
|