Skip to content

KubingYayanu/APPPInCSharp_StatePattern

Repository files navigation

APPPInCSharp_StatePattern

無瑕的程式碼 : 物件導向原則、設計模式與C#實踐 Agile Principles, Patterns, and Practices in C#

SMC (State Machine Compiler)

  • unclebob/smcjava
  • RUNNING SMC -> java -classpath [smc.jar path] smc.Smc -g [language generator] [.sm file name]
    • Ex: java -classpath .\smc.jar smc.Smc -g smc.generator.csharp.SMCSharpGenerator turnstile.sm

#Precondition

  • turnstile.sm
  • TurnstileActions.cs
  • TurnstileFSM.cs
  • FSMError.cs [optional]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages