Initialise all globals appropriately before use. Fixed Incbin regression. Added bool long/double tests. |
|
More...
|
about 11 years ago
|
Improved handling of whitespace after .. |
|
More...
|
about 11 years ago
|
Private parts should not be exposed to interface. App is a module container. Improved error reporting, and output to stderr. Support build with no defined framework. |
|
More...
|
about 11 years ago
|
Added support for Object Ptr Ptr. Removed generation of stubs for extern objects. Fixed .x parser for no params. Added check for string at end of function declaration. (eg. "win32") |
|
More...
|
about 11 years ago
|
Implemented metadata generation. |
|
More...
|
about 11 years ago
|
Defer init semanting for globals. |
|
More...
|
about 11 years ago
|
Standard methods may be implemented by super class. |
|
More...
|
about 11 years ago
|
Class super may not have implemented Delete() |
|
More...
|
about 11 years ago
|
Assert first param is a bool. |
|
More...
|
about 11 years ago
|
Removed some "Monkey" specific stuff interfering with actual methods of the same name. |
|
More...
|
about 11 years ago
|
Handle non-breaking spaces (ascii 160). |
|
More...
|
about 11 years ago
|
Added support for power operator. Fixes #27. |
|
More...
|
about 11 years ago
|
Merge branch 'master' of https://github.com/GWRon/bcc |
|
More...
|
about 11 years ago
|
Use offsetof() to determine field offsets for debugscope structs. Use atomic new for objects which do not reference other pointers (objects, strings, arrays). |
|
More...
|
about 11 years ago
|
added new global test |
|
More...
|
about 11 years ago
|
- extended numerics test num_02 to utilize the power-of sign "^" in various ways + modulo operator "mod" |
|
More...
|
about 11 years ago
|
Fixes for Array casting. |
|
More...
|
about 11 years ago
|
Fixed a missing abort() on null checks, under certain situations. |
|
More...
|
about 11 years ago
|
Double check that string consts are stored before using them. This tends to happen when consts are used from imported files. |
|
More...
|
about 11 years ago
|
Fixed interface init values not being set correctly. |
|
More...
|
about 11 years ago
|
Fixed some array casting issues. Handle variable type usage better. |
|
More...
|
about 11 years ago
|
Fixed generation of custom Compare() method. Added 1 to count of debug decls - to include the terminator part. |
|
More...
|
about 11 years ago
|
Pointer updates. Fixed some debugscope issues. |
|
More...
|
about 11 years ago
|
Generate debug/reflection data. (Yet) More function pointer tweaks. Fixed array casting. Fixed issue where some strings might be optimized out, and later used :-) Version bump... |
|
More...
|
about 11 years ago
|
Removed Exceptions and Method Calls sections. Added Debug/Reflection section. |
|
More...
|
about 11 years ago
|
Sanitize all chars. |
|
More...
|
about 11 years ago
|
Regression. Fixes #25. |
|
More...
|
about 11 years ago
|
Replaced various Replace()-calls with Sanitize() |
|
More...
|
about 11 years ago
|
Regression. Fixes #23. Some tweaks for Var Ptrs. |
|
More...
|
about 11 years ago
|
added helper with sanitize() function |
|
More...
|
about 11 years ago
|