| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feature(macros): add experimental try catch macro | Andrey Orst | 2020-12-29 | 1 | -0/+138 |
| | | |||||
| * | feature(docs): order items in macros doc | Andrey Orst | 2020-11-22 | 1 | -2/+6 |
| | | |||||
| * | fix(macros): prevent nil in ipairs | Andrey Orst | 2020-11-21 | 1 | -2/+2 |
| | | |||||
| * | fix: add a bit more notes in the code about decisions | Andrey Orst | 2020-11-21 | 1 | -11/+37 |
| | | |||||
| * | fix: update ordered when removing items. | Andrey Orst | 2020-11-21 | 1 | -72/+71 |
| | | | | | WIP: for unordered set | ||||
| * | feature: Sets | Andrey Orst | 2020-11-19 | 1 | -1/+1 |
| | | |||||
| * | feature(macros): add name metamethod to multifn | Andrey Orst | 2020-11-18 | 1 | -0/+1 |
| | | |||||
| * | feature: major overhaul of documentation, and some housekeeping | Andrey Orst | 2020-11-17 | 1 | -142/+505 |
| | | | | | | | | - remove(macros): `fn+` as it seem impractical, and `fn*` can be used instead - rename(def, defonce): `:dynamic` to `:mutable` as dynamic implies dynamic scoping which is not feature of Lua. - doc: generated documentation for macro module. | ||||
| * | Feature(doc): upload autogenerated documentation. | Andrey Orst | 2020-11-14 | 1 | -8/+16 |
| | | |||||
| * | fix(core): revert fn* to defn change | Andrey Orst | 2020-11-13 | 1 | -18/+18 |
| | | |||||
| * | fix(core): refactoring | Andrey Orst | 2020-11-13 | 1 | -96/+107 |
| | | | | | | | | - Rename `fn*` to `defn`, `fn&` to `fn+`. - Do not use `fn+` in the core at all, provide it for convenience. - Fix bug in `filter` due to incorrect `cons` implementation. - Update `seq` and `eq` functions in macros | ||||
| * | fix(core): improved deep comparison | Andrey Orst | 2020-11-13 | 1 | -10/+19 |
| | | |||||
| * | fix(core): support string in into | Andrey Orst | 2020-11-12 | 1 | -10/+25 |
| | | |||||
| * | fix(CI): overhaul | Andrey Orst | 2020-11-12 | 1 | -82/+130 |
| | | |||||
| * | feature(core): breaking change of project structure | Andrey Orst | 2020-11-10 | 1 | -0/+535 |