Baudin999 / ZDragon_Old_002

ZDragon is moving to .NET!
MIT License
1 stars 3 forks source link

Added flows to the language and the renderer #16

Closed Baudin999 closed 4 years ago

Baudin999 commented 4 years ago

Added flows to the language and the mermaid renderer.

flow "Name can be identifier or string" =
    API -> "Something Else" :: String -> Number;
   "Something Else" -> Other :: Number -> Student;

Still TODO: