Version 0.16b released

Announcements about new releases and updates.
Post Reply
v1ctor
Site Admin
Posts: 3804
Joined: May 27, 2005 8:08
Location: SP / Bra[s]il
Contact:

Version 0.16b released

Post by v1ctor »

The parser will now recover from non-fatal errors, full support for namespaces, all compound statements now open implicit scope blocks, besides many bug fixes and changes. See the changelog for more details.

Note: this release was re-uploaded in 19-jun-2006, if you downloaded it before that date, please download the packages again, thanks.

The only change:
- due requests, now implicit variables will be always allocated at the parent function scope (unless they are allocated inside explicit SCOPE .. END SCOPE blocks), not inside of the current scope as explicit variables will.

DOS: http://prdownloads.sourceforge.net/fbc/ ... p?download

Linux: http://prdownloads.sourceforge.net/fbc/ ... z?download

Windows: http://prdownloads.sourceforge.net/fbc/ ... e?download
Post Reply