Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-27 | return string_views from forceString* | pennae | |
once a string has been forced we already have dynamic storage allocated for it, so we can easily reuse that storage instead of copying. | |||
2019-11-10 | Fix extra ; warnings involving MakeError | John Ericson | |
2014-07-04 | Add builtin function ‘fromJSON’ | Eelco Dolstra | |
Fixes #294. |