Just a quick update on recent changes to IDL compiler @master (website docs are NOT updated yet).
1. New IDL functions:
- tok_txt()
- tok_norm_txt()
- tok_req_id()
- tok_is_between_ids()
- tok_is_between_parents()
- tok_is_between_groups()
- regex()
2. Function tok_id() has a new shortcut '#': {tok_id() == 'a'} is now
{# == 'a'}. tok_id() is still supported.
3. At the call site you can now omit empty brackets for IDL functions:
{tok_groups()} is now {tok_groups}.
Thanks,
--
Aaron.
