rcl/docs
Ruud van Asseldonk 9d509517b8 Tweak the handling of exponent 0 on integers
This makes the tests introduced in the parent commit pass. I say "tweak"
rather than "fix" because I think there is something to say for both
behaviors, and it's arguable whether you want a number with exponent but
without decimal point to be like a float or like an int, but at least
for consistency with 1e-1, 1e0, 1e1, I think it makes more sense to drop
the e0, than to turn the entire thing into a number with decimal point.
2025-08-22 20:17:14 +02:00
..
theme@8bb6e3cf1b Update to latest version of docs theme 2023-11-20 23:12:09 +01:00
about.md Begin collecting meanings of the name "RCL" 2024-07-31 22:09:23 +02:00
changelog.md Tweak the handling of exponent 0 on integers 2025-08-22 20:17:14 +02:00
functions.md Correct invalid example in function docs 2024-02-05 19:16:40 +01:00
generating_files.md Write docs chapter about "rcl build" usage 2024-07-27 23:03:05 +02:00
glossary.md Update docs to use new if-else syntax 2024-07-31 21:46:23 +02:00
grammars.md Highlight #!-lines in themes 2025-08-09 20:30:01 +02:00
imports.md Implement filesystem sandbox for imports 2023-10-20 18:22:38 +02:00
index.md Overhaul the readme and docs index page 2025-02-27 22:29:13 +01:00
installation.md Bump version to 0.9.0 2025-07-10 22:13:33 +02:00
null.md Stylize RCL consistently in small caps in docs 2024-06-20 22:36:50 +02:00
numbers.md Clean up and clarify Number docs 2025-02-25 20:38:05 +01:00
pull_request_template.md Add a pull request checklist 2024-12-07 16:21:40 +01:00
python_bindings.md Cross-reference Python installation docs 2024-02-15 00:22:06 +01:00
rcl.md Elaborate a bit in "rcl build" docs 2024-07-27 23:03:05 +02:00
rcl_build.md Replace Int with Number in the docs 2025-02-24 20:42:59 +01:00
rcl_evaluate.md Accept a new json-lines format in the CLI 2025-06-28 22:17:01 +02:00
rcl_format.md Fix typo in "rcl format" docs 2025-04-06 20:07:28 +02:00
rcl_highlight.md Delete builtins from highlight module 2025-03-15 19:58:19 +01:00
rcl_query.md Add 'rcl re' and 'rcl rq' shorthands for -fraw 2024-08-23 22:14:41 +02:00
stdlib.md Document the new std.format_json function 2025-06-28 21:50:20 +02:00
strings.md Stylize RCL consistently in small caps in docs 2024-06-20 22:36:50 +02:00
syntax.md Replace Int with Number in the docs 2025-02-24 20:42:59 +01:00
syntax_highlighting.md Document how to set the file type in Neovim 2024-09-29 18:47:26 +02:00
testing.md Add documentation about the grammars and testing 2024-08-02 23:12:18 +02:00
tree_sitter.md Improve Zed scope, add link to Zed highlighting docs 2025-08-09 20:33:09 +02:00
tutorial.md Rename --output to --format 2024-02-19 20:40:35 +01:00
type_dict.md Replace Int with Number in the docs 2025-02-24 20:42:59 +01:00
type_list.md Replace Int with Number in the docs 2025-02-24 20:42:59 +01:00
type_number.md Add Number.round method 2025-03-02 18:32:21 +01:00
type_set.md Replace Int with Number in the docs 2025-02-24 20:42:59 +01:00
type_string.md Improve the number parsing docs 2025-08-07 21:42:42 +02:00
types.md Replace Int with Number in the docs 2025-02-24 20:42:59 +01:00
using_ninja.md Improve the Ninja documentation 2024-07-27 23:03:05 +02:00