Gambas is a free development environment and a full powerful development platform based on a Basic interpreter with object extensions, as easy as Visual Basic™.
Find a file
gambas 23081e47c6 Work continues on new JIT system. The "Fractal" example runs!
[INTERPRETER]
* NEW: Implement return value of JIT methods.
* NEW: Support for calling '.' operator from a JIT method.

[COMPILER]
* BUG: JIT: Fix detection of native arrays.
* BUG: JIT: Delete translated file if a class has no fast method anymore.
* BUG: JIT: Prefix JIT method with "jit_" to avoid possible conflicts.
* BUG: JIT: Fix variable initialization.
* NEW: JIT: Complete datatype support.
* NEW: JIT: Support for SWAP.
* NEW: JIT: Support for array operators.
* BUG: JIT: Fix arithmetic operators.
* NEW: JIT: Implement ME and "." operator.
* NEW: JIT: Complete GOSUB / RETURN support.
* NEW: JIT: Support for DIV and MOD operators. Not optimized yet.

[ARCHIVER]
* NEW: Put JIT translation in the archive.

[GB.JIT]
* NEW: Complete datatype support. Variant is not supported yet.
* NEW: Complete GOSUB / RETURN support.
* NEW: Support for ME and '.' operator.
2018-06-02 17:59:47 +02:00
app Work continues on new JIT system. The "Fractal" example runs! 2018-06-02 17:59:47 +02:00
benchmark
comp Work continues on new JIT system. The "Fractal" example runs! 2018-06-02 17:59:47 +02:00
gb.cairo
gb.compress.bzlib2
gb.compress.zlib
gb.crypt
gb.db.mysql
gb.db.odbc
gb.db.postgresql Support for case sensitive schema names. 2018-04-18 03:17:30 +02:00
gb.db.sqlite2
gb.db.sqlite3
gb.dbus
gb.desktop.gnome.keyring
gb.desktop.x11
gb.gmp
gb.gsl
gb.gtk fix forgotten conditional, not property a bug, conserves minimal build requirements 2018-05-11 20:21:10 +00:00
gb.gtk3
gb.httpd
gb.image.imlib
gb.image.io
gb.jit.llvm Start working on the new jit system. 2018-05-17 01:13:56 +02:00
gb.libxml
gb.media
gb.mime
gb.ncurses
gb.net
gb.net.curl
gb.openal
gb.opengl
gb.openssl
gb.pcre
gb.pdf Continue fixing compilation on old popplers. 2018-05-16 02:29:12 +02:00
gb.qt4 Fix use of QFont::setStyleName() 2018-05-12 19:38:38 +02:00
gb.qt5
gb.sdl
gb.sdl.sound
gb.sdl2
gb.v4l
gb.xml [GB.XML] 2018-05-16 01:43:21 +02:00
logo
m4
main Work continues on new JIT system. The "Fractal" example runs! 2018-06-02 17:59:47 +02:00
TEMPLATE
.gitignore Work on new JIT system continues. 2018-06-01 03:50:42 +02:00
acinclude.m4 Add a flag for enabling link time optimization, and disable it by default. 2018-05-10 09:13:15 +02:00
AUTHORS
build-dist
ChangeLog
component.am
configure.ac Start working on the new jit system. 2018-05-17 01:13:56 +02:00
CONTRIBUTING.md
COPYING
INSTALL
INSTALL.html
Makefile.am Start working on the new jit system. 2018-05-17 01:13:56 +02:00
NEWS
README
README.commit
README.md
reconf
reconf-all
TODO
VERSION
version.m4

Gambas Almost Means BASIC

GAMBAS is a free implementation of a graphical development environment based on a BASIC interpreter and a full development platform. It is very inspired by Visual Basic and Java.

Go to http://gambas.sourceforge.net to get more information: how to compile and install it, where to find binary packages, how to report a bug...

Go to http://gambaswiki.org for the language documentation.

The following pieces of code were borrowed and adapted:

  • The natural string comparison algorithme was adapted from the algorithm made by Martin Pol. See http://sourcefrog.net/projects/natsort/ for more details.

  • The hash table implementation was adapted from the glib one.

  • The HTML entities parsing in gb.gtk comes from KHTML sources.

  • The gb.image.effect sources are adapted from KDE 3 image effect routines.

  • The blur image algorithm was adapted from the StackBlur javascript routine from http://www.quasimondo.com/StackBlurForCanvas.

  • The gb.clipper library embeds the Clipper library. See http://www.angusj.com/delphi/clipper.php for mode details.

  • The function that computes the easter day of a specific year uses an algorithm made by Aloysius Lilius And Christophorus Clavius.

If I forget some borrowed code in the list above, just tell me.

Enjoy Gambas!

Benoît.