Writing Native Mobile Apps Using a Customizable Scripting Language

Thu, 01 Feb 2018 10:00:00 GMT

Vassili Kaplan discovered that a custom, and customizable, scripting language can provide great advantages for creating cross-platform mobile apps. In this article he shows you how to use his Customizable Scripting in C# to program for mobile devices.

Read article

Customizable Scripting in C#

Mon, 01 Feb 2016 10:00:00 GMT

Learn how to build a custom scripting language using C#—without using any external libraries. Vassili Kaplan extends his Split-And-Merge algorithm to parse not only mathematical expressions but also a user-defined scripting language.

Read article

A Split-and-Merge Expression Parser in C#

Thu, 01 Oct 2015 10:00:00 GMT

Vassili Kaplan presents a C# implementation of the split-and-merge algorithm for parsing a string containing a mathematical expression. This algorithm represents an alternative to Dijkstra's algorithm, published more than half a century ago.

Read article