summaryrefslogtreecommitdiffstats
path: root/usr.bin/mg/interpreter.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add 'get-environment-variable', in a fashion:lum2021-03-261-6/+32
* Change the regex for define names. Make more characters available.lum2021-03-261-13/+14
* Change two more bool counters to pointer NULL checks.lum2021-03-261-23/+11
* Move the expression list create item code into a single function.lum2021-03-251-35/+60
* Add an (exit) method.lum2021-03-251-1/+20
* User a pointer's value (!NULL) instead of a boolean to indicate somelum2021-03-251-11/+11
* Use length of line to indicate end of characters to process inlum2021-03-251-7/+13
* Make a parameter to an mg function not throw an error justlum2021-03-231-3/+12
* Start the move to TAILQ for expressions instead of an SLIST.lum2021-03-221-10/+33
* Add quoted strings capability in list values, no special charslum2021-03-211-41/+90
* Looking at loading all expressions initially, working towards multilum2021-03-201-202/+271
* Start looking at parsing text to find separators.lum2021-03-081-5/+26
* Put regex tests into a function.lum2021-03-081-40/+32
* It is now possible to define single value variables in the startup file:lum2021-03-021-24/+24
* Various fixes from emails Joachim Nilsson sent to tech@ many moonslum2021-02-241-4/+9
* Missed a free.lum2019-07-201-1/+2
* Move a bit of code to where it is called only if needed.lum2019-07-201-5/+5
* Previously I left the ')' on the end of a list to indicate the end.lum2019-07-191-14/+24
* Add logging to interpreter.clum2019-07-181-2/+17
* Add some more basic interpreter functionality to mg. Needs a lot morelum2019-07-181-0/+395