kc3-lang/kc3/kc3.index

Branch :


Log

Author Commit Date CI Message
thodg 3f140fde 2025-10-11 22:50:52 make kc3.index
thodg 4741bc2a 2025-10-10 19:17:42 index
thodg 9b9b5e81 2025-10-03 16:20:54 update sources
thodg b0bae93c 2025-09-21 19:04:05 add runj and sort to top update_sources
thodg d8889953 2025-09-20 17:28:40 update source → make kc3.index
thodg 2dd9a1d0 2025-09-20 17:03:07 update kc3.index with OpenBSD sort
thodg 156029a6 2025-09-09 22:44:51 wip pdf_buf_parse_file, pdf_buf_parse_trailer
thodg 81615aa6 2025-08-28 00:26:15 remove kubz from release
thodg 0c28632b 2025-08-27 16:10:53 implement List.count as cfn
thodg 1e59bece 2025-08-27 15:27:51 wip make dist
thodg 61d54a60 2025-08-27 15:03:30 wip make dist
thodg c317a1d0 2025-08-26 22:20:03 include kc3 marshall test vector (.kc3m)
thodg b4e2dc9d 2025-08-26 15:52:34 wip make dist 0.1.15
thodg 27eb5c06 2025-03-17 10:30:06 fix make dist
thodg 4ea1cf03 2025-03-17 00:52:12 update sources and dist index
thodg e13294cb 2025-01-21 21:25:13 New in KC3 v0.1.14 - pretty printer - auto indent KC3 code - map - `access` - `get` (get key value) - `put` (return a new map) - struct - `access` - `get` - `put` - facts database (triple store) accessible from KC3 - `new database (Ptr)` - `add_tags` - `collect_with` - `collect_with_tags` - `remove_tags` - `with_tags` - `with` - `with_macro` - HTTPd v0.2.0 - dynamic pages (MVC) - models are defined in `./app/models/` - controllers are defined in `./app/controllers/` - templates are defined in `./app/templates/` - views are defined in `./app/views/` - dynamic router is defined in `./config/router.kc3` - For now we don't match request method and just match the start of the URL with `Str.starts_with?(url, route.path)` - If there is no route or no controller or the controller does not return a HTTP response, a 404 error is returned. Other frameworks like Ruby on Rails or Phoenix do return a 500... - threads - `env_fork_init` - `env_fork_clean` - `Thread.new(fn)` - fx v0.2.0 - file explorer - preview files - text - image - video - audio - binary (hexdump -C) - properties - create - POST "/properties/*path" - delete - DELETE "/properties/*path
thodg 284dc8f5 2025-01-21 19:45:52 fix make test_httpd
thodg df437cf0 2025-01-21 16:15:41 wip release 0.1.14
thodg 4d9b3bd8 2025-01-06 09:23:22 update sources
thodg 0c3fe2dd 2024-12-18 07:48:30 kmsg / gtk4: wip menus
thodg 07ab99d4 2024-11-09 19:01:45 prepare release
thodg 296b24c7 2024-09-04 15:21:20 wip doc
thodg d6aa7d36 2024-09-02 13:43:41 release v0.1.13
thodg eef7c6dc 2024-08-06 16:13:28 Release KC3 v0.1.12 .
thodg 1ae6ad0e 2024-07-15 19:59:52 rename c3 to kc3, fix update_source, configure, build