From 839cadb221ac22eddc7cfd7138ed1f826f65a56d Mon Sep 17 00:00:00 2001 From: dzaima Date: Mon, 4 Dec 2023 15:17:00 +0200 Subject: [PATCH] =?UTF-8?q?add=20=E2=80=A2HashMap=20to=20documented=20stan?= =?UTF-8?q?dard=20system=20values=20&=20reorder=20them?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/system.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/system.md b/docs/system.md index 16308e18..79edcb20 100644 --- a/docs/system.md +++ b/docs/system.md @@ -8,16 +8,13 @@ See [the BQN specification](https://mlochbaum.github.io/BQN/spec/system.html) fo | `•ReBQN` | Supported options: `repl`; `primitives`; `system` that's not `"safe"` | | `•primitives` | | | `•_while_` | | -| `•platform` | | | `•Import` | | -| `•FFI` | see [FFI](#ffi) | | `•state` | | | `•args` | | | `•path` | | | `•name` | | | `•wdpath` | | | `•Exit` | | -| `•ns` | | | `•file` | Fields: `path`, `At`, `List`, `Bytes`, `Chars`, `Lines`, `Type`, `Exists`, `Name`, `Parent`, `MapBytes`, `CreateDir`, `RealPath`, `Rename`, `Remove`, `Created`, `Modified`, `Accessed`, `Size` | | `•FChars` | | | `•FBytes` | | @@ -25,13 +22,17 @@ See [the BQN specification](https://mlochbaum.github.io/BQN/spec/system.html) fo | `•Out` | | | `•Show` | | | `•Repr` | | -| `•ParseFloat` | Should exactly round floats with up to 17 significant digits, but won't necessarily round correctly with more | | `•Fmt` | | +| `•ParseFloat` | Should exactly round floats with up to 17 significant digits, but won't necessarily round correctly with more | | `•term` | Fields: `Flush`, `RawMode`, `CharB`, `CharN`; has extensions | | `•SH` | See [•SH](#sh) | +| `•FFI` | see [FFI](#ffi) | +| `•platform` | | | `•Type` | | | `•Glyph` | | | `•Decompose` | | +| `•ns` | | +| `•HashMap` | | | `•UnixTime` | second-level precision | | `•MonoTime` | up to nanosecond level precision, depending on system support | | `•Delay` | |