Stephen Dolan
|
79c9c418c6
|
Path manipulation (path/getpath/setpath/delpath) and docs.
del function should fix #37.
|
2012-12-28 16:08:29 +00:00 |
|
Stephen Dolan
|
616e8f9924
|
Refactor function argument passing into what it always should have been.
Most visible change is that error messages when a function is called
with the wrong number of arguments are much better.
|
2012-12-04 00:39:21 +00:00 |
|
Stephen Dolan
|
a88d53d2fd
|
Extend {foo} syntax to allow {"foo"} as well.
Useful when "foo" contains unusual characters. Should help with
the issues #7, #38, #40, #42.
|
2012-12-03 20:31:40 +00:00 |
|
Stephen Dolan
|
5f6a95c7b5
|
General cleanup - rename a few things, delete dead code.
|
2012-12-03 20:02:02 +00:00 |
|
Stephen Dolan
|
125e278502
|
Clean up calls to C functions, unify opcodes
|
2012-12-02 20:45:55 +00:00 |
|
Stephen Dolan
|
251f221b85
|
Refactor of function call codegen. Separate codegen for C and jq calls.
|
2012-12-02 20:45:06 +00:00 |
|
Stephen Dolan
|
f19ba32fdd
|
Minor refactor of function call setup to allow for multiple arguments.
|
2012-11-25 23:07:43 +00:00 |
|
Stephen Dolan
|
afec2544f1
|
A string interpolation syntax that I don't hate. Also tests.
You can interpolate values into strings using \(this syntax), e.g.
"best \("str" + "ing") ever"
|
2012-10-20 00:09:20 +01:00 |
|
Stephen Dolan
|
a4eea165bb
|
Move everything around - delete old Haskell code, clean up build.
|
2012-09-18 17:44:43 +01:00 |
|