Skip to content

Commit

Permalink
docs: categorize Language Definition functions
Browse files Browse the repository at this point in the history
- multi-type / misc functions
- Type Conversion functions
- String functions
- Date functions
- Number functions
- Array functions
- Map functions

- also consistently use `str`, `array`, `n`, `v` for the variable name when referring to a specific type
  - `array` was used consistently for older functions, but not some newer ones
  - `str` added to match `array`
  - `n` was sometimes used for numbers or ints, but not always
  - `v` is for multi-type "values"

Signed-off-by: Anton Gilgur <[email protected]>
  • Loading branch information
agilgur5 committed Oct 4, 2023
1 parent 5916dc2 commit 1a65324
Showing 1 changed file with 215 additions and 203 deletions.
Loading

0 comments on commit 1a65324

Please sign in to comment.