Skip to content

A simple BASIC-like scripting language with online debug support

Notifications You must be signed in to change notification settings

zellux/forcefield

Repository files navigation

ForceField

Interpreter and online debugger for Forcefield, a simple BASIC-like scripting language.

This project is actually created as an entry for a campus innovation contest.

Requirements

  • Python 2.5 or 2.6, we have not tested the project in other versions
  • JRE or JDK

Starting the server

$ make
$ python server.py <port>

Access http://localhost:port/script_name to execute scripts.

or http://localhost:port/debug/script_name to debug the script online.

About

A simple BASIC-like scripting language with online debug support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published