[mewa] Version 0.7

  • From: "Patrick Frey" <dmarc-noreply@xxxxxxxxxxxxx> (Redacted sender "patrickpfrey" for DMARC)
  • To: "mewa@xxxxxxxxxxxxx" <mewa@xxxxxxxxxxxxx>
  • Date: Wed, 18 Aug 2021 15:17:29 +0000 (UTC)

Released version 0.7Added possibility to implement off-side rule languages 
(languages with a meaning of indentation): 
Command %INDENTL in the grammar file.
The command specifies 3 terminals by name
* Open issued when the following line will be indented
* Close issued when the current indentation is closed
* NewLine when a new line is starting (also issued after Open)

The 4th argument of the command specifies the number of characters a TAB is 
substituted with.
I do not like off-side rule languages. But if you want, you can now also 
implement them with Mewa.In the tests you find the example indentl.g (grammar) 
and indentl.prg (source).

Other related posts:

  • » [mewa] Version 0.7 - Patrick Frey