Skip to content

otomophl/WPScript

 
 

Repository files navigation

###########################################
# Scripting language WPScript interpreter #
###########################################

This is a little project in which I implement a script language interpreter
for a new language (called WPScript) written in Java.

It uses "antlr" for the parsing, abstract syntax tree (AST) generation job.

This is essentially for educative purpose and is not planned to be used in
production as is for the moment.


                                                              Laurent Fabre

About

A simple scripting language interpreter (educational purpose)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 95.0%
  • GAP 4.5%
  • Other 0.5%