Preliminary syntax ducking.

This commit is contained in:
Dominik Pantůček 2023-07-06 19:37:48 +02:00
parent 396e2d9896
commit e6d798bc2a
6 changed files with 43 additions and 9 deletions

View file

@ -356,3 +356,16 @@ A simple module with less-common formatting functions.
Converts given number to a string with two-digit fractional
part. Should the fractional part be 0, it is replaced with the string
"--".
## util-tag [module]
(import util-tag)
A unifying module for compound data structures tagging.
### make-tag [syntax]
* ```name``` - unquoted symbol to base the tag on
Creates a unique and collision free symbol to identify compound data
structures based on lists and pairs.