1
5
mirror of https://github.com/vinc/moros.git synced 2024-06-18 06:57:10 +00:00
moros/doc
Vincent Ollivier 9f525990a5
Improve Lisp with Advent of Code 2023 🎄 (#556)
* Add contains? to Lisp

* Use ls everywhere instead of lst

* Rename system command to shell

* Exec '/ini/lisp.lsp' at startup

* Check if init file exist

* Add missing lisp init file

* Remove contains?

* Add empty? function

* Add reject? function

* Update doc

* Add dict type to Lisp

* Add push function

* Add binary literals to doc

* Move push function from primitive to core lib

* Update lisp doc

* Add escape character to parser

* Add backspace to parser

* Update doc

* Add host function

* Fix regex.match?

* Test if and while for truthiness instead of comparing with true

* Add tests for empty string and 0

* Mention truthiness in changelog

* Check for unspecified IPv4 in usr::host::resolv

* Transform host error into nil

* Update ntp.lsp to support hostnames

* Fix typo

* Fix escape display

* Use '/' instead of '.' as namespace separator

* Add doc.lsp

* Fix comment color

* Update changelog
2023-12-17 17:24:55 +01:00
..
images Improve documentation (#547) 2023-11-19 21:03:10 +01:00
calculator.md Improve documentation (#294) 2021-12-29 22:56:08 +01:00
editor.md Add cut/copy/paste to editor (#456) 2022-12-16 22:08:50 +01:00
filesystem.md Add directory support to userspace (#303) 2022-01-18 08:44:10 +01:00
games.md Improve documentation (#547) 2023-11-19 21:03:10 +01:00
hardware.md Improve documentation (#547) 2023-11-19 21:03:10 +01:00
index.md Improve documentation (#547) 2023-11-19 21:03:10 +01:00
lisp.md Improve Lisp with Advent of Code 2023 🎄 (#556) 2023-12-17 17:24:55 +01:00
manual.md Improve system information (#553) 2023-12-01 16:51:02 +01:00
network.md Add network syscalls (#512) 2023-07-29 16:24:45 +02:00
regex.md Add a regular expression engine (#222) 2021-08-01 11:35:24 +02:00
shell.md Add network syscalls (#512) 2023-07-29 16:24:45 +02:00
syscalls.md Improve system information (#553) 2023-12-01 16:51:02 +01:00