Coder Social home page Coder Social logo

ragora / tribalscript Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 4.94 MB

A reimplementation of the Torque Script language from the Torque Game Engine without the dependency on Torque Game Engine.

Home Page: https://ragora.github.io/TribalScript/

License: MIT License

ANTLR 2.45% C# 2.45% CMake 4.22% C++ 90.59% C 0.19% Smalltalk 0.09%
antlr4 scripting-language torquescript

tribalscript's Introduction

TribalScript

This repository is a reimplementation of the Torque Script scripting language (version used in Tribes 2). The intent is to be able to use the scripting language in an easily embeddable manner outside of Torque Game Engine.

Building

The project utilizes CMake to perform automatic build generation. However, there is one dependency you must setup on your machine, listed below.

ANTLR4

See https://github.com/antlr/antlr4/blob/master/doc/getting-started.md for setting up ANTLR4 on your platform. If setup appropriately, CMake should autodetect your ANTLR4 tool. If it does not, you may set the ANTLR_EXECUTABLE variable in your CMake invocation like:

-DANTLR_EXECUTABLE=/usr/local/bin/antlr-4.9.2-complete.jar

Testing

After CMake has generated the makefiles and you have built the project, you may run tests using:

ctest

Building Documentation

After CMake has generated the makefiles, you may use the following to build the doxygen documentation:

make TribalScriptDocs

tribalscript's People

Contributors

ragora avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

tribalscript's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.