GeraldWodni / forth-standard.org

Official website of the Forth 2012 Standard, and the Forth200x committee.
9 stars 3 forks source link

Right-bracket word is missed in some index #21

Open ruv opened 4 years ago

ruv commented 4 years ago

The "]" (right-bracket) word is missed in some indexes.

For example, on the web-page for the [ left-bracket word, in the list at the left column, the ] word is missed, but it is present in the full index of CORE words.

Also the web-page address of right-bracket looks different:

https://forth-standard.org/standard/right-bracket

in compare to 'left-bracket':

https://forth-standard.org/standard/core/Bracket

Note missed core/ segment in the former address. And some links on the former web-page are broken for that.

GeraldWodni commented 3 years ago

Update: When working on the forth-standard transpiler (tex -> html -> json), we found that the right-bracket document is generated outside of the core word-list. That is why it is not properly displayed on the website. Once this is fixed we will re-run the transpiler and update the json to fix that issue.