Skip to content

ctrirxu/StateBuilder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StateBuilder

This project contains the source code of a C++ and Java state machine code generator named StateBuilderCpp and StateBuilderJava.

From an XML state machine description file, they produce a C++ or Java source code implementation using an extended version of the state pattern.

The XML state machine description can be authored with the web based state diagram editor

Please visit StateForge for more information about the various state machine tools.

Build Status

About

State machine code generator for C++ and Java.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 33.7%
  • C 27.2%
  • Java 25.6%
  • Shell 5.7%
  • CMake 4.4%
  • Makefile 1.9%
  • Other 1.5%