nightshade

The nightshade programming language, compiler and tools (WIP)
Log | Files | Refs | README

test.mty (60B)


      1 // this is a test program
      2 
      3 fx main() ::
      4 	print("hello")
      5 end