Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 739 Bytes

File metadata and controls

22 lines (16 loc) · 739 Bytes

The XScript Programming Language

Build Status BSD-3-Clause License Lastest Release

A scripting language characterized as dynamic, strongly typed, object-oriented and syntactically similar to C.

Get Started

# git clone git@github.com:fcten/xscript.git
# cd xscript
# mkdir build
# cd build
# cmake ..
# make

Documentation

中文版