Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
28 check-ins that include changes to files matching 'sxreader/*'
2024-05-13
| ||
16:35 | Fix reader error when comments appear as the last list element check-in: ec4fcc6539 user: stern tags: trunk | |
2024-04-15
| ||
08:58 | Make sx.String a Go struct, not an alias of string check-in: baa8c519ff user: stern tags: trunk | |
2024-04-13
| ||
13:28 | Move package to t73f.de/r/sx check-in: 3b82142dc1 user: stern tags: trunk | |
2024-03-08
| ||
14:57 | Replace Option pattern with Set-Methods check-in: 5b6f6ac3df user: stern tags: trunk | |
2024-03-04
| ||
09:56 | Add SPDX identifier to source files check-in: 35fe1b0d6c user: stern tags: trunk | |
09:44 | Refactor to remove warnings check-in: c5dd55b1d5 user: stern tags: trunk | |
2024-03-01
| ||
13:51 | Fix some warnings; provide better reader error message check-in: dcaf4400ed user: stern tags: trunk | |
2024-02-10
| ||
17:31 | Make symbol a struct check-in: cfeec9b13a user: stern tags: trunk | |
2024-02-07
| ||
20:42 | Make use of new for loop introduced in Go 1.22 check-in: cef0948df5 user: stern tags: trunk | |
2024-02-02
| ||
13:44 | Fix some regressions due to introduction of sx.Vector check-in: adbf97d9d1 user: stern tags: trunk | |
2024-01-28
| ||
13:22 | Sx.Vector as a short form of []sx.Object check-in: 5005c25ea6 user: stern tags: trunk | |
2024-01-06
| ||
13:37 | Unify String() handling check-in: 05d400ee9d user: stern tags: trunk | |
2024-01-01
| ||
20:37 | Refactor some names check-in: 72d637417e user: stern tags: trunk | |
16:43 | Merge changed symbol architecture check-in: 8e83ca8984 user: stern tags: trunk | |
14:33 | Remove sx.SymbolFactory check-in: 1de0461149 user: stern tags: strsymbol | |
13:52 | Initial version of symbols as strings (and not structs) check-in: 920d4e44a3 user: stern tags: strsymbol | |
2023-12-29
| ||
22:18 | Add some tests for sxreader check-in: adb3b199d8 user: stern tags: trunk | |
2023-10-27
| ||
14:06 | Update documentation check-in: e2b9177041 user: stern tags: trunk | |
2023-10-25
| ||
17:34 | Update / create README files for packages check-in: a33c931676 user: stern tags: trunk | |
17:33 | Add read macro for '#' to reader (produces currently an error, is a placeholder for future reader representations) check-in: 02dfb2238c user: stern tags: trunk | |
2023-10-17
| ||
15:13 | Make some exported sxreader function inline check-in: 1dd642c2a6 user: stern tags: trunk | |
12:38 | Initial step to fix quotation symbols check-in: 9814351f91 user: stern tags: trunk | |
2023-09-15
| ||
17:35 | Move (quote ...) to sxreader/sxeval check-in: fa23195f2b user: stern tags: trunk | |
2023-09-11
| ||
19:28 | Remove support for keywords check-in: 250036fd80 user: stern tags: trunk | |
19:07 | Remove boolean data type: () and "" are treated as false values, all other are treated as true values. check-in: f04864cdf8 user: stern tags: trunk | |
2023-08-28
| ||
20:41 | Some general refactorings check-in: 8afa427cda user: stern tags: trunk | |
2023-08-21
| ||
14:28 | sxreader: return "unexpected EOF" instead of "EOF" when macro is missing a character (use case quote w/o next character); add some test cases, esp. for builtins check-in: d2fbc1dc98 user: stern tags: trunk | |
2023-07-27
| ||
17:23 | Restructure whole project check-in: adec5a7ba2 user: stern tags: trunk | |