1
0
Fork 0
mirror of https://github.com/notwa/lips synced 2024-05-13 13:53:42 -07:00
lips/lips
Connor Olding 8546411e14 handle ; comments in variable definitions again
this is hacky but i don't wanna break existing code.
if you used // comments, then you'll have to change.
2016-11-27 22:16:32 -08:00
..
Base.lua use Base class pattern; extend off existing classes 2016-04-20 13:15:17 -07:00
Collector.lua refactor some utility functions 2016-11-27 14:02:28 -08:00
data.lua implement basic CALL pseudo-instruction 2016-05-18 01:48:15 -07:00
Dumper.lua optimize incbin via string passthru 2016-11-23 12:22:31 -08:00
Expander.lua allow expressions in variable definitions 2016-11-27 21:01:30 -08:00
Expression.lua fix parsing of 0 in expressions 2016-11-27 21:25:57 -08:00
init.lua move word_writer to lips.writers, add others 2016-04-26 21:34:05 -07:00
Lexer.lua handle ; comments in variable definitions again 2016-11-27 22:16:32 -08:00
overrides.lua split Preproc expansion into Expander class 2016-11-27 15:14:51 -08:00
Parser.lua split Preproc expansion into Expander class 2016-11-27 15:14:51 -08:00
Preproc.lua allow expressions in variable definitions 2016-11-27 21:01:30 -08:00
Reader.lua various fixes, mostly for labels 2016-04-24 03:55:12 -07:00
Statement.lua refactor some utility functions 2016-11-27 14:02:28 -08:00
Token.lua various fixes, mostly for labels 2016-04-24 03:55:12 -07:00
TokenIter.lua allow expressions in instructions (whoops) 2016-11-27 20:14:36 -08:00
util.lua refactor some utility functions 2016-11-27 14:02:28 -08:00
writers.lua move word_writer to lips.writers, add others 2016-04-26 21:34:05 -07:00