A syntax/specification for defining macros for any sort of text file
Go to file
2021-03-07 10:00:55 +00:00
pymacro store macros as dict instead of list of tuples 2021-03-07 10:00:55 +00:00
_config.yml Set theme jekyll-theme-minimal 2019-01-18 18:22:10 +00:00
readme.md Edit readme 2019-01-18 18:24:09 +00:00
syntax.md add on the fly macros 2021-03-06 15:01:48 +00:00
test.sh Add test scripts 2019-01-18 17:52:44 +00:00

macros

A syntax/specification for defining macros for any sort of text file. The goal of this is to be minimal but intuitive and with enough features to make it worth using. It doesn't come with any features that you won't be using really regularly.

The idea is to avoid having to type long words over and over again without overly relying on pronouns if it would make the writing less clear.

features

syntax

The syntax can be found here

python implementation

A python implementation can be found here