-
Notifications
You must be signed in to change notification settings - Fork 35
Home
Jing edited this page Jul 25, 2019
·
116 revisions
ReoScript is an ECMAScript-like script language interpreter designed to integrate in .NET program. ReoScript makes your application can run script program.
- ECMAScript-like syntax
- Various methods support to integrate into .NET application
- Support to add customize objects, types and functions
- Directly access to .NET classes; including using .NET framework classes
- Enhanced syntax and extension features, like import keyword and lambda expressions
- Getting Started
- Language Specification
- Integration with .NET