mirror of
https://github.com/TxtDot/dalet.git
synced 2025-02-24 05:11:26 +03:00
doc: move logo to profile repo
This commit is contained in:
parent
d03f921538
commit
aacc7e5384
4 changed files with 6 additions and 6 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
### Daleth
|
||||
|
||||
**Daleth** is a high-level language for humans. It can be translated into daletl, but daletl cannot be translated into daleth[^1]. It is only used for page creation by humans.
|
||||
**Daleth** is a high-level language for humans. It can be compiled into daletl, but daletl cannot be decompiled into daleth[^1]. It is only used for page creation by humans.
|
||||
|
||||
### Daletl
|
||||
|
||||
|
@ -30,4 +30,4 @@ At this stage, only daletl is used. This stage is used by programs for generatio
|
|||
|
||||
## References
|
||||
|
||||
[^1]: In the first versions only. Detranslation is planned for the future for the sake of devtools.
|
||||
[^1]: In the first versions only. Decompilation is planned for the future for the sake of devtools.
|
||||
|
|
|
@ -375,8 +375,8 @@ Creates a table column.
|
|||
|
||||
```txt
|
||||
tcol: {
|
||||
Name
|
||||
Age
|
||||
Name
|
||||
Age
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue