On Wed, 1 Jun 2016, Allin Cottrell wrote:
On Wed, 1 Jun 2016, Sven Schreiber wrote:
> Artur and I wanted to try something with Ox, but we ran into an error
> message about an "unmatched {". See this example:
>
> <hansl>
> function void heyho(void)
> foreign language=Ox
> main()
> {
> }
> end foreign
> end function
>
> heyho()
> </hansl>
>
> It seems the gretl parser is trying to enforce its rules for other
> foreign languages as well.
(Yes, but just when a foreign block appears within a function.)
This is now fixed in git and snapshots.
Allin