No description
Find a file
2023-04-20 11:37:11 +02:00
.github/workflows Added haskell workflow 2023-04-20 11:22:25 +02:00
src Merge branch 'main' into macro 2023-04-20 11:37:05 +02:00
.gitignore removed envrc 2023-03-29 16:36:02 +02:00
flake.lock Fixed state and define 2023-04-06 22:23:26 +02:00
flake.nix Fixed state and define 2023-04-06 22:23:26 +02:00
LICENSE Reworked 2023-03-28 23:28:55 +02:00
README.md readme update 2023-04-13 15:12:16 +02:00
Scone.cabal Rename 2023-04-13 15:05:56 +02:00
std.scn Failed attempt to add FExprs 2023-04-20 11:32:05 +02:00
test.scn Failed attempt to add FExprs 2023-04-20 11:32:05 +02:00
TODO.md Failed attempt to add FExprs 2023-04-20 11:32:05 +02:00

Syntax

Parsing a file will return an S-expression tree. This follows the same logic as any ordinary scheme or lisp parsing.

Markup blocks

Surrounding something with [ ... ] will harshly escape it from the language and treat it as an atomic object where : can be used to escape the block temporarily to evaluate an SExpr.