Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
breck7 committed Sep 1, 2024
1 parent 076a7f9 commit d123c02
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Computer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1883,7 +1883,7 @@ class Tables {
"nodejs",
"html",
"css",
"particlenotation",
"particles",
"scroll",
"parsers",
"git",
Expand Down
6 changes: 3 additions & 3 deletions concepts/parsers.scroll
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ oldName Grammar
webRepl https://sdk.scroll.pub/designer/
roadmap https://sdk.scroll.pub/langs/parsers/
description Parsers is a language for building languages on top of Particle Notation. A compiler compiler. By creating a parsers file you get a parser, a type checker, syntax highlighting, autocomplete, a compiler, and interpreter for executing your new language. Parsers uses both postfix and prefix language features.
writtenIn particlenotation javascript typescript html json svg css yaml markdown
writtenIn particles javascript typescript html json svg css yaml markdown

isPublicDomain true
isOpenSource true
subsetOf particlenotation
related particlenotation antlr
subsetOf particles
related particles antlr
influencedBy antlr yacc ebnf bnf
repoStats
firstCommit 2017
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import ../code/conceptPage.scroll

id particlenotation
name Particle Notation
id particles
name Particles
aka Particle Notation
aka Particle Syntax
appeared 2017
creators Breck Yunits
tags dataNotation
Expand Down
6 changes: 3 additions & 3 deletions concepts/scroll.scroll
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ roadmap https://scroll.pub/roadmap.html
webRepl https://try.scroll.pub/
description Scroll is a language for scientists of all ages. Scroll has an unusually simple syntax, an extensive set of features needed by researchers, bloggers, knowledge bases and sites of all sizes, is highly expandable, and is familiar to anyone who knows Markdown.
fileExtensions scroll
writtenIn parsers particlenotation javascript yaml css json
writtenIn parsers particles javascript yaml css json
compilesTo html csv tsv json rss txt

isPublicDomain true
isOpenSource true
influencedBy markdown lisp javascript haml html python tsv csv yaml jekyll wordpress tex mathematica dplyr antlr reactjs
subsetOf particlenotation
related markdown particlenotation parsers
subsetOf particles
related markdown particles parsers
faq https://scroll.pub/faq.html
repoStats
firstCommit 2019
Expand Down
2 changes: 1 addition & 1 deletion concepts/speedie.scroll
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fileExtensions spd scproj
writtenIn speedie cpp

supersetOf jeebox
related i-expressions json yaml toml xml haml ini parsers particlenotation
related i-expressions json yaml toml xml haml ini parsers particles
influencedBy javascript python c lua cpp visual-basic hypercard html css xml json
gdbSupport false
visualParadigm false
Expand Down
2 changes: 1 addition & 1 deletion concepts/tql.scroll
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ writtenIn parsers javascript

isPublicDomain true
isOpenSource true
subsetOf particlenotation
subsetOf particles
influencedBy sql
repoStats
firstCommit 2023
Expand Down

0 comments on commit d123c02

Please sign in to comment.