Lignum

Meta Parser Test

May 12th, 2014
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. -- Some license or something.
  2.  
  3. -- This doesn't parse.
  4. -- @FancyThing
  5.  
  6. -- Neither does this.
  7. -- @import reallyimportantpackage
  8.  
  9. -- @Name: My Awesome Program
  10. -- @Description: Way too awesome for anybody else to have made.
  11.  
  12. --@Icon[4]: /path/to/icon-4
  13. --@ParamTest [2]: Still works!
  14. --@Author: Amanda Cameron
  15.  
  16. print("My Program Rocks!")
  17. print("Or does it?")
  18.  
  19. -- This doesn't parse either.
  20. -- @Test: Just testin'
Advertisement
Add Comment
Please, Sign In to add comment