1
0
Fork 0
mirror of https://github.com/notwa/lips synced 2024-05-15 14:43:23 -07:00
lips/lips
Connor Olding cdc0f8edb2 add a barebones expression parser
at the moment, this probably only works in directives.
some of the operators are still unimplemented, and the errors are poor.
there will be support for accessing variables in the future.
2016-10-14 09:27:19 -07:00
..
Base.lua use Base class pattern; extend off existing classes 2016-04-20 13:15:17 -07:00
Collector.lua allow VARSYMs in directives 2016-05-01 03:56:56 -07:00
data.lua implement basic CALL pseudo-instruction 2016-05-18 01:48:15 -07:00
Dumper.lua add a barebones expression parser 2016-10-14 09:27:19 -07:00
Expression.lua add a barebones expression parser 2016-10-14 09:27:19 -07:00
init.lua move word_writer to lips.writers, add others 2016-04-26 21:34:05 -07:00
Lexer.lua add a barebones expression parser 2016-10-14 09:27:19 -07:00
Muncher.lua add a barebones expression parser 2016-10-14 09:27:19 -07:00
overrides.lua fix a typo that broke table unpacking 2016-10-14 04:19:11 -07:00
Parser.lua various fixes, mostly for labels 2016-04-24 03:55:12 -07:00
Preproc.lua add a barebones expression parser 2016-10-14 09:27:19 -07:00
Reader.lua various fixes, mostly for labels 2016-04-24 03:55:12 -07:00
Statement.lua clean up some of my mess 2016-04-21 03:35:17 -07:00
Token.lua various fixes, mostly for labels 2016-04-24 03:55:12 -07:00
util.lua fix labels and variables in data directives 2016-04-24 04:41:30 -07:00
writers.lua move word_writer to lips.writers, add others 2016-04-26 21:34:05 -07:00