-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* docs(language/keywords): add scanstr, sortarr, curobjs to pointer * docs(language/keywords): update math-operation by operation with tuples * docs(language/keywords): add sortarr, scanstr; update operators descs to 5.9.0 * fix(syntax): comment after colon; add scanstr, sortarr * docs(language/keywords): split if-heading on parts, fix grammar-errors * fix(syntax): add curobjs to keywords list * docs(language/keywords): add 'curobjs' keyword, update funcs descs to 5.9.0. * docs(language/keywords): update sys-vars descs to 5.9.0 * docs(language/keywords): update syntaxemes to 5.9.0 * blog: add and write 2024-11-16-update-keywords-to-590 * docs(language/keywords): update to 5.9.1 the oprts, funcs arrpack, unpackarr, setvar, arrtype; extend: rand, replace * docs(lang/kwrds/operacion): fix inaccuracy; add tip. * docs(lang/kwrds/oprcn): fix tuples comparison (upd to 5.9.2).
- Loading branch information
1 parent
f33fd8b
commit 45fc5f4
Showing
8 changed files
with
1,266 additions
and
286 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
authors: | ||
- alex | ||
tags: | ||
- документация | ||
- syntax | ||
- синтаксис | ||
- язык QSP | ||
--- | ||
|
||
# Обновление документации по ключевым словам до 5.9.0 | ||
|
||
У меня сложилось стойкое ощущение, что я обновляю документацию намного медленнее, чем Byte обновляет движок. Впрочем, это не только ощущение, так в самом деле и есть. | ||
|
||
Тут, конечно, играет роль моя привычка полностью перевычитывать весь текст, что отнимает время. И не спасает от ошибок. | ||
|
||
Что я успел сделать за три месяца: | ||
|
||
- обновил информацию на вики; | ||
- обновил информацию в разделе ключевых слов здесь; | ||
- перевёл подсветку синтаксиса для обсидиан на Prism (теперь по сути синтаксис для обсидиан и синтаксис для докузаурус работают на одном механизме, с небольшими отличиями, что позволяет мне на лету исправлять ошибки и обновлять синтаксис, пока я пользуюсь обсидианом, или пишу для докузаурус, и сразу закидывать обновлённый синтаксис в любой другой источник). | ||
|
||
Ну, и чего я не успел: | ||
|
||
- овердофига всего. | ||
|
||
Но придётся продолжать в том же темпе. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.