Skip to content

tomzcn/talking-structured-like-program-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

talking structured like program code

The current nested pure structured documentation tools is eve language and the title of roam research. rebol is a great looking programming language. It eliminates a lot of symbols. So I was inspired by robol to make improvements.

Currently I translate the rebol form of the language into the eve form. This allows structured queries to be made with eve.

Operation is as follows

  1. open file "toeve.html" in browser.

  2. click "r2e".

1.pic

  1. copy the "out".

  2. open tweve in browser.

  3. click "+".

  4. named "1.eve"

  5. paste to the text. and type some text to the front of it. like this.

```eve
search
  o1 = [#o1]
  [#the object: d1]
bind
  o1.text := " {{d1}} "
```

```eve
commit
  [#html/element tagname: "div" #o1  text: "1"]
```

```eve
commit
[#be subject:[#of thing:[#the object:"capital"] limit:"china"] judgment:"beijing"]
```
  1. click "✓"

  2. click "+".

  3. named "1.eve.exe"

  4. type some thing like this.

<$eve markdown={{1.eve}}/>
  1. click "✓"

  2. This way you can see the query results in 1.eve.exe

2.pic

Syntax

the "function" at the start of sentence indicates that this is a template.

$ means this is a function name.

The number after $ is the priority.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published