Closed nicopap closed 1 year ago
We should be able to add comments to chirp files. The comments should:
//
/* … */
*/
/* … /* … */ … */
We should be able to add comments to chirp files. The comments should:
//
C++ style that comments up to the end of line/* … */
C style that reads comments up to the first*/
closing delimiter (unplanned)/* … /* … */ … */
Lua style that allows nesting comments (unplanned)