nitcc: add an example of a monkey-patching of a Lexer to add behavior.
authorJean Privat <jean@pryen.org>
Fri, 12 Aug 2016 21:53:43 +0000 (17:53 -0400)
committerJean Privat <jean@pryen.org>
Fri, 12 Aug 2016 21:53:43 +0000 (17:53 -0400)
commit0c436346dd9676cd671f5cf32c9a53d344c92c55
tree3f95dcc64e2cf57805bc9aa413793837d6c06133
parent08d6ec1570de55dda740e03ace6b0c8fab46903c
nitcc: add an example of a monkey-patching of a Lexer to add behavior.

Signed-off-by: Jean Privat <jean@pryen.org>
contrib/nitcc/.gitignore
contrib/nitcc/examples/blob.nit [new file with mode: 0644]
contrib/nitcc/examples/blob.sablecc [new file with mode: 0644]
contrib/nitcc/src/Makefile