mirror of
https://github.com/TxtDot/dalet.git
synced 2024-11-21 20:36:23 +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
|
@ -1,6 +1,6 @@
|
|||
<div align="center">
|
||||
|
||||
![Dalet](./imgs/dalet.png)
|
||||
![Dalet](https://github.com/TxtDot/.github/blob/main/imgs/dalet.png?raw=true)
|
||||
|
||||
# Dalet
|
||||
|
||||
|
@ -15,7 +15,7 @@ Markup language ecosystem сombining small file size, big number of possibilitie
|
|||
|
||||
## Concept
|
||||
|
||||
This is Daleth (high level language that translates to Daletl).
|
||||
This is Daleth (high level language that compiles to Daletl).
|
||||
|
||||
```yaml
|
||||
# tag: body
|
||||
|
|
BIN
imgs/dalet.png
BIN
imgs/dalet.png
Binary file not shown.
Before Width: | Height: | Size: 3.4 KiB |
|
@ -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