Add readme

This commit is contained in:
Akbar Rahman 2019-01-18 18:03:13 +00:00
parent 5e56ea491e
commit b72bf75ddd
Signed by: alvierahman90
GPG Key ID: 20609519444A1269
11 changed files with 19 additions and 0 deletions

19
readme.md Normal file
View File

@ -0,0 +1,19 @@
# macros
A syntax/specification for defining macros in 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
- [automatic plurals (can also be manually changed on a word by word basis)](syntax.md#plurals)
- [intuitive capitalization](syntax.md#capitalization)
- [sourcing macros from external files](syntax.md#external-definitions)
## syntax
The syntax can be found [here](syntax.md)