forked from glen/fostr
Glen Whitney
7feddbcfbe
Add the ! postfix operator and !! expression. Also add the ++ string concatenation operator. Also allow specification of standard input in the test scheme. Resolves #7, #18. Co-authored-by: Glen Whitney <glen@studioinfinity.org> Reviewed-on: glen/fostr#25 Co-Authored-By: Glen Whitney <glen@nobody@nowhere.net> Co-Committed-By: Glen Whitney <glen@nobody@nowhere.net>
26 lines
497 B
YAML
26 lines
497 B
YAML
site_name: fostr language
|
|
nav:
|
|
- README.md
|
|
- tests/basic.md
|
|
- trans/statics.md
|
|
- implementation.md
|
|
|
|
plugins:
|
|
- search
|
|
- semiliterate:
|
|
ignore_folders: [target, lib]
|
|
exclude_extensions: ['.o', '.hi', '.cmi', '.cmo']
|
|
extract_standard_markdown:
|
|
terminate: <!-- /md -->
|
|
theme:
|
|
name: readthedocs
|
|
prev_next_buttons_location: both
|
|
extra_css: [extra.css]
|
|
markdown_extensions:
|
|
- attr_list
|
|
- markdown_del_ins
|
|
- pymdownx.superfences
|
|
- pymdownx.highlight:
|
|
use_pygments: true
|
|
- smarty
|