Skip to content

Commit

Permalink
docs: IO
Browse files Browse the repository at this point in the history
  • Loading branch information
LaoshuBaby committed Feb 29, 2024
1 parent 45b5e1f commit 1abb5b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/Dev/QL/FEAT.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@

注释采用python风格的`#`作为注释的开端,但因为是QL语句,就势必会遇到折行和缩进的问题,因此在考虑通过`#**#`的方式定义行内注释。而多行注释可以认为是一个行内注释,依然按照`#**#`来进行注释。这样和js/cpp风格的注释唯一不同就在于token的不同了。

### 简略输入输出

当传递链不以`{()}`开头的时候,自动添加这一起始集合。当传递链没有输出的时候给出建议,用户应用建议即可添加`=>{$()}`,否则就输出空集(因为GanyuQL应允许不存在输出,但不允许不存在输入)。

## 与OverpassQL的异同

不用进行`>`这样的操作去提取一个集合体了,也不用`>,railway`之类的方式进行运算

0 comments on commit 1abb5b2

Please sign in to comment.