1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-28 00:59:31 +00:00

Rename format to {}

This commit is contained in:
Étienne Fildadut 2021-06-05 00:06:00 +02:00
parent 64bc85741a
commit 198c06e2e8
7 changed files with 17 additions and 11 deletions

View file

@ -23,7 +23,7 @@ TODO: add alias to §
Reserved symbols that are still not used in expressions: ~`\_?@$#
Reserved symbols that are still not used as a line type: `^+-=</[]*{}|\_!?.,;()"&%
Reserved symbols that are still not used as a line type: `^+-=</[]*{}|\_!?.,;)"&%
# Code Q&A
@ -52,6 +52,7 @@ Advantages:
* can be used for better static variant selection; if everything is type annotated, selection could be restricted to a single function
Disadvantages:
* idk if it's worth the trouble
* could do something like `$ ()(l::list(?), i::number)::?`, but then can't return nil on not found...
TODO: allow to define aliases after the initial definition
~ alias(number, "nombre")