enhanced the compiler to show a proper message for a redundant class name defined with 'class'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-01-02 13:59:03 +09:00
parent c82b56fdf6
commit 309442e307
3 changed files with 49 additions and 24 deletions

View File

@ -20,6 +20,11 @@
make basic branded types to an object if possible.
for example (#[10 20]:at 1)
default return value for some class methods.
::: method -> return what??
::* method -> return the new instance
normal method -> return the last evaluated value?
## dictionary list (DIC)
#{ 1 2 3 4 }