-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- New: Performance improving - New: New error handling method (#3) - New: Handle or throw syntax errors at pre-interpret-time - New: Handle const values at pre-interpret-time - New: Inner function can cache its outer call-scope (#1) - New: Inner function can be pre-interpreted (call before define is available) (#2) - New: Max call-stack detection added - New: Minus operator can be used to calculate elapsed milliseconds with two date objects - New: IDirectory interface is available to property access and enumeration (#4) - New: Information about functions and variables is available after compiling - Fixed: Function scope and call-scope has been fixed - Fixed: Exception caused when array resizing has been fixed - Changed: .NET IList interface can be accessed directly (DirectAccess mode is unnecessary) - Changed: Reform library namespaces
- Loading branch information
Showing
46 changed files
with
11,148 additions
and
8,382 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.