Files
awesome-widgets/sources
Evgeniy Alekseev 2f88c7ae60 add macros support
Macros should be declared as `aw_macro<name,arg1,arg2,...>{{macro body}}` and then
they may be used as `aw_name<arg1,arg2,...>{{}}`. It just puts `macro
body` to pattern and replaces arguments to provided ones according to
macro call. E.g.:
```
$aw_macro<test,phrase>{{phrase}}$aw_test<hello world>{{}}
```
will transform into
```
hello world
```
2016-07-01 02:21:48 +03:00
..
2016-04-20 15:50:45 +03:00
2016-07-01 02:21:48 +03:00
2016-06-30 01:59:06 +03:00
2016-06-30 01:59:06 +03:00
2016-06-30 01:59:06 +03:00
2016-06-30 01:59:06 +03:00
2016-06-30 01:59:06 +03:00
2016-04-09 03:55:52 +03:00
2016-06-30 01:59:06 +03:00
2016-05-08 00:07:44 +03:00
2016-06-03 01:37:23 +03:00
2016-03-05 19:39:26 +03:00
2016-06-30 01:59:06 +03:00