Commit Graph

7 Commits

Author SHA1 Message Date
4ae060c68d Add rerun_except to root crate
Cargo is finding more reasons to do unnecessary rebuilds, so I've added
the rerun_except crate to its build.rs as well to ignore .asm files
before recompiling.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2020-03-09 16:38:41 -04:00
2b8663037f First part of libvm transition
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2020-03-03 19:05:50 -05:00
4b96902831 Scrap preprocessor, add .include directive instead
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2020-02-27 15:52:17 -05:00
0eb394ddf5 Update build.rs
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2020-02-26 14:27:30 -05:00
aff2da591b Add rerun_except crate to prevent building when .asm files are changed
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2020-02-25 13:44:15 -05:00
2c4b56e362 Use lrpar for parsing, big 'ol syntax overhaul
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2020-02-17 16:15:06 -05:00
ddfcec0427 Initial commit
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2020-01-25 19:17:39 -05:00