# 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)