File tree Expand file tree Collapse file tree 4 files changed +22
-1
lines changed
collections/opensource-testing Expand file tree Collapse file tree 4 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 4343 - stefanjudis/grunt-photobox
4444 - nathanmarks/vrtest
4545 - reg-viz/reg-cli
46- - segmentio /nightmare
46+ - segment-boneyard /nightmare
4747 - reg-viz/reg-suit
4848 - xolvio/chimp
4949 - NimaSoroush/differencify
Original file line number Diff line number Diff line change 1+ ---
2+ display_name : Concrete syntax tree
3+ short_description : A concrete syntax tree is a low level representation of the parsed source in the structure defined by a grammar description.
4+ topic : cst
5+ aliases : parse-tree, parsing-tree, derivation-tree
6+ wikipedia_url : https://en.wikipedia.org/wiki/Parse_tree
7+ related : ast
8+ ---
9+ A concrete syntax tree is an ordered, rooted tree that represents the syntactic structure of a string according to some context-free grammar.
Original file line number Diff line number Diff line change 1+ ---
2+ display_name : Nextra
3+ short_description : Nextra is a simple, powerful and flexible site generation framework built with next.js.
4+ topic : nextra
5+ github_url : https://github.com/shuding/nextra
6+ url : https://nextra.site/
7+ related : nextjs, mdx, markdown
8+ logo : nextra.png
9+ ---
10+
11+ Nextra is a nextjs-based static site generation framework using markdown and MDX.
12+ Nextra framework is specially built to create markdown-based documentation and portfolio blogs without coding using MDX and markdown.
You can’t perform that action at this time.
0 commit comments