office-gobmx/basic
Noel Power 986a0f4eab fdo#54718 fix opcode detection in basic resulting in failed/unregcognized code
fix is followup to bf5b493104 which didn't adjust the runtime to
cater for the new enum layout

Change-Id: I6613fb8aacd8a70947c4fff556fb3e2d33c1113e
2012-09-10 11:15:22 +01:00
..
inc sal_Bool to bool 2012-09-08 23:05:11 +09:00
prj
qa/cppunit
source fdo#54718 fix opcode detection in basic resulting in failed/unregcognized code 2012-09-10 11:15:22 +01:00
util
AllLangResTarget_sb.mk
CppunitTest_basic_enable.mk
CppunitTest_basic_nested_struct.mk Add missing header/footer comment 2012-09-07 09:57:38 +09:00
CppunitTest_basic_scanner.mk
Library_sb.mk add more runtime deps on resource files for unit-tests 2012-08-21 02:06:01 +02:00
Makefile
Module_basic.mk
Package_inc.mk
README

Contains the StarBASIC Interpreter

This implements a macro language that, when in VBA compatibility mode,
is intended to be interoperable with Visual Basic for Applications,
allowing people to run macros embedded in their documents.

See also:
[http://wiki.services.openoffice.org/wiki/Basic]