fexplib 0.3.1

A simple lower-house syntax for programming language experimentation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Fexplib

[documentation](https://forest.topos.site/public/foreign-topos-ocl-00CE.xml)

[example of use](https://github.com/ToposInstitute/emtt/tree/main/examples)

F-expressions are a new [lower house](https://parentheticallyspeaking.org/articles/bicameral-not-homoiconic/) syntax for programming language experimentation. The "f" stands for either **f**lexible or **f**unctional, or any other flattering word that starts with "f". This is a library for parsing f-expressions.

## Inspirations

- lisp
- [Julia]https://julialang.org
- [narya]https://github.com/mikeshulman/narya/
- [rhombus]https://docs.racket-lang.org/rhombus/index.html