You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ahh-d...@googlegroups.com
Just pushed some new features:
- default global and local size calculations (see documentation) - the 'exec' statement supports arbitrary untyped code exection (for enabling pragmas and the like) - added 'sizeof' support
- added chained assignment support (x = y = z)
I forget if I had mentioned the following features I implemented last week: - default arguments (see documentation) - constants (and defaults for that matter) can be anything, including buffers (they will be passed around as implicit arguments since buffers can't be inlined directly; with future CUDA support they will be inlined directly)
The documentation has also been updated to reflect all of these changes.