Rm
This commit is contained in:
parent
0b3363313b
commit
e0f7998a37
1 changed files with 0 additions and 128 deletions
128
readme.nml
128
readme.nml
|
@ -1,128 +0,0 @@
|
||||||
@html.page_title = NML -- Readme
|
|
||||||
@html.title = NML -- The nice markup languge!
|
|
||||||
@'html.css = style.css
|
|
||||||
|
|
||||||
@tex.main.fontsize = 9
|
|
||||||
@tex.main.preamble = \usepackage{xcolor, amsmath} \\
|
|
||||||
\definecolor{__color1}{HTML}{d5d5d5} \\
|
|
||||||
\everymath{\color{__color1}\displaystyle}
|
|
||||||
@tex.main.block_prepend = \color{__color1}
|
|
||||||
|
|
||||||
# Paragraphs
|
|
||||||
|
|
||||||
Blank lines (or multiple `\\n`'s) create new paragraphs!
|
|
||||||
|
|
||||||
```Plain Text, Example
|
|
||||||
First paragraph :: first '\n'
|
|
||||||
:: second '\n'
|
|
||||||
Second paragraph
|
|
||||||
```
|
|
||||||
|
|
||||||
# Lists
|
|
||||||
|
|
||||||
Numbered lists `-`:
|
|
||||||
- first
|
|
||||||
- second
|
|
||||||
- third
|
|
||||||
|
|
||||||
Unnumbered lists `\*`:
|
|
||||||
* A
|
|
||||||
* B
|
|
||||||
* C
|
|
||||||
|
|
||||||
NML also supports list nesting of multiple kinds:
|
|
||||||
* first
|
|
||||||
* second
|
|
||||||
*- 2.1
|
|
||||||
*- 2.2
|
|
||||||
*-* even more nested
|
|
||||||
* third
|
|
||||||
|
|
||||||
# Style
|
|
||||||
|
|
||||||
NML supports markdown-based text styling:
|
|
||||||
* \*\*bold\*\* -> **bold**
|
|
||||||
* \*italic\* -> *italic*
|
|
||||||
* \__underline\__ -> __underline__
|
|
||||||
* \`emphasis\` -> `emphasis`
|
|
||||||
|
|
||||||
Some additionally supportd text styling
|
|
||||||
* \`\`inline code\`\` -> ``inline code``
|
|
||||||
* \`\`C, int main()\`\` -> ``C, int main()``
|
|
||||||
|
|
||||||
# Code
|
|
||||||
|
|
||||||
```[line_offset=64] C, Some C code
|
|
||||||
int main(int argc, char** argv)
|
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
# Lua kernel
|
|
||||||
|
|
||||||
Simple kernel named `example`:
|
|
||||||
``Lua
|
|
||||||
@<example
|
|
||||||
function make_bold(text)
|
|
||||||
return "**" .. text .. "**"
|
|
||||||
end
|
|
||||||
>@
|
|
||||||
``
|
|
||||||
@<example
|
|
||||||
function make_bold(text)
|
|
||||||
return "**" .. text .. "**"
|
|
||||||
end
|
|
||||||
>@
|
|
||||||
|
|
||||||
Evaluating `!` from a kernel: `\%<![kernel] eval>\%`
|
|
||||||
|
|
||||||
* `\%<[example]! make_bold("Hello, World!")>\%` → %<[example]! make_bold("Hello, World!")>%
|
|
||||||
|
|
||||||
# Latex
|
|
||||||
|
|
||||||
## Support for inline maths:
|
|
||||||
* $\sum^{\infty}_{k=1} \frac{1}{k^2} = \frac{\pi^2}{6}$
|
|
||||||
* $n! = \int_0^\infty t^n e^{-t} \text{ d}t$
|
|
||||||
|
|
||||||
# Graphs
|
|
||||||
|
|
||||||
NML adds support for *Graphviz* graphs.
|
|
||||||
|
|
||||||
[graph][
|
|
||||||
width=600px,
|
|
||||||
layout=neato
|
|
||||||
]
|
|
||||||
digraph g {
|
|
||||||
bgcolor="transparent"
|
|
||||||
fontname="Helvetica,Arial,sans-serif"
|
|
||||||
node [fontname="Helvetica,Arial,sans-serif"]
|
|
||||||
edge [fontname="Helvetica,Arial,sans-serif"]
|
|
||||||
graph [fontsize=30 labelloc="t" label="" splines=true overlap=false rankdir = "LR"];
|
|
||||||
"state0" [ style = "filled, bold" penwidth = 5 fillcolor = "white" fontname = "Courier New" shape = "Mrecord" label =<<table border="0" cellborder="0" cellpadding="3" bgcolor="white"><tr><td bgcolor="black" align="center" colspan="2"><font color="white">State #0</font></td></tr><tr><td align="left" port="r0">(0) s -> •e $ </td></tr><tr><td align="left" port="r1">(1) e -> •l '=' r </td></tr><tr><td align="left" port="r2">(2) e -> •r </td></tr><tr><td align="left" port="r3">(3) l -> •'*' r </td></tr><tr><td align="left" port="r4">(4) l -> •'n' </td></tr><tr><td align="left" port="r5">(5) r -> •l </td></tr></table>> ];
|
|
||||||
"state1" [ style = "filled" penwidth = 1 fillcolor = "white" fontname = "Courier New" shape = "Mrecord" label =<<table border="0" cellborder="0" cellpadding="3" bgcolor="white"><tr><td bgcolor="black" align="center" colspan="2"><font color="white">State #1</font></td></tr><tr><td align="left" port="r3">(3) l -> •'*' r </td></tr><tr><td align="left" port="r3">(3) l -> '*' •r </td></tr><tr><td align="left" port="r4">(4) l -> •'n' </td></tr><tr><td align="left" port="r5">(5) r -> •l </td></tr></table>> ];
|
|
||||||
"state2" [ style = "filled" penwidth = 1 fillcolor = "white" fontname = "Courier New" shape = "Mrecord" label =<<table border="0" cellborder="0" cellpadding="3" bgcolor="white"><tr><td bgcolor="black" align="center" colspan="2"><font color="white">State #2</font></td></tr><tr><td align="left" port="r4">(4) l -> 'n' •</td><td bgcolor="grey" align="right">=$</td></tr></table>> ];
|
|
||||||
"state3" [ style = "filled" penwidth = 1 fillcolor = "white" fontname = "Courier New" shape = "Mrecord" label =<<table border="0" cellborder="0" cellpadding="3" bgcolor="white"><tr><td bgcolor="black" align="center" colspan="2"><font color="white">State #3</font></td></tr><tr><td align="left" port="r5">(5) r -> l •</td><td bgcolor="grey" align="right">=$</td></tr></table>> ];
|
|
||||||
"state4" [ style = "filled" penwidth = 1 fillcolor = "white" fontname = "Courier New" shape = "Mrecord" label =<<table border="0" cellborder="0" cellpadding="3" bgcolor="white"><tr><td bgcolor="black" align="center" colspan="2"><font color="white">State #4</font></td></tr><tr><td align="left" port="r3">(3) l -> '*' r •</td><td bgcolor="grey" align="right">=$</td></tr></table>> ];
|
|
||||||
"state5" [ style = "filled" penwidth = 1 fillcolor = "black" fontname = "Courier New" shape = "Mrecord" label =<<table border="0" cellborder="0" cellpadding="3" bgcolor="black"><tr><td bgcolor="black" align="center" colspan="2"><font color="white">State #5</font></td></tr><tr><td align="left" port="r0"><font color="white">(0) s -> e •$ </font></td></tr></table>> ];
|
|
||||||
"state6" [ style = "filled" penwidth = 1 fillcolor = "white" fontname = "Courier New" shape = "Mrecord" label =<<table border="0" cellborder="0" cellpadding="3" bgcolor="white"><tr><td bgcolor="black" align="center" colspan="2"><font color="white">State #6</font></td></tr><tr><td align="left" port="r1">(1) e -> l •'=' r </td></tr><tr><td align="left" port="r5">(5) r -> l •</td><td bgcolor="grey" align="right">$</td></tr></table>> ];
|
|
||||||
"state7" [ style = "filled" penwidth = 1 fillcolor = "white" fontname = "Courier New" shape = "Mrecord" label =<<table border="0" cellborder="0" cellpadding="3" bgcolor="white"><tr><td bgcolor="black" align="center" colspan="2"><font color="white">State #7</font></td></tr><tr><td align="left" port="r1">(1) e -> l '=' •r </td></tr><tr><td align="left" port="r3">(3) l -> •'*' r </td></tr><tr><td align="left" port="r4">(4) l -> •'n' </td></tr><tr><td align="left" port="r5">(5) r -> •l </td></tr></table>> ];
|
|
||||||
"state8" [ style = "filled" penwidth = 1 fillcolor = "white" fontname = "Courier New" shape = "Mrecord" label =<<table border="0" cellborder="0" cellpadding="3" bgcolor="white"><tr><td bgcolor="black" align="center" colspan="2"><font color="white">State #8</font></td></tr><tr><td align="left" port="r1">(1) e -> l '=' r •</td><td bgcolor="grey" align="right">$</td></tr></table>> ];
|
|
||||||
"state9" [ style = "filled" penwidth = 1 fillcolor = "white" fontname = "Courier New" shape = "Mrecord" label =<<table border="0" cellborder="0" cellpadding="3" bgcolor="white"><tr><td bgcolor="black" align="center" colspan="2"><font color="white">State #9</font></td></tr><tr><td align="left" port="r2">(2) e -> r •</td><td bgcolor="grey" align="right">$</td></tr></table>> ];
|
|
||||||
state0 -> state5 [ penwidth = 5 fontsize = 28 fontcolor = "black" label = "e" ];
|
|
||||||
state0 -> state6 [ penwidth = 5 fontsize = 28 fontcolor = "black" label = "l" ];
|
|
||||||
state0 -> state9 [ penwidth = 5 fontsize = 28 fontcolor = "black" label = "r" ];
|
|
||||||
state0 -> state1 [ penwidth = 1 fontsize = 14 fontcolor = "grey28" label = "'*'" ];
|
|
||||||
state0 -> state2 [ penwidth = 1 fontsize = 14 fontcolor = "grey28" label = "'n'" ];
|
|
||||||
state1 -> state1 [ penwidth = 1 fontsize = 14 fontcolor = "grey28" label = "'*'" ];
|
|
||||||
state1 -> state4 [ penwidth = 5 fontsize = 28 fontcolor = "black" label = "r" ];
|
|
||||||
state1 -> state2 [ penwidth = 1 fontsize = 14 fontcolor = "grey28" label = "'n'" ];
|
|
||||||
state1 -> state3 [ penwidth = 5 fontsize = 28 fontcolor = "black" label = "l" ];
|
|
||||||
state6 -> state7 [ penwidth = 1 fontsize = 14 fontcolor = "grey28" label = "'='" ];
|
|
||||||
state7 -> state8 [ penwidth = 5 fontsize = 28 fontcolor = "black" label = "r" ];
|
|
||||||
state7 -> state1 [ penwidth = 1 fontsize = 14 fontcolor = "grey28" label = "'*'" ];
|
|
||||||
state7 -> state2 [ penwidth = 1 fontsize = 14 fontcolor = "grey28" label = "'n'" ];
|
|
||||||
state7 -> state3 [ penwidth = 5 fontsize = 28 fontcolor = "black" label = "l" ];
|
|
||||||
}
|
|
||||||
[/graph]
|
|
||||||
|
|
Loading…
Reference in a new issue