mirror of
https://github.com/XAMPPRocky/tokei.git
synced 2026-05-28 00:20:57 +02:00
25 lines
555 B
Plaintext
25 lines
555 B
Plaintext
// 24 lines 12 code 6 comments 6 blanks
|
|
module stratego
|
|
|
|
strategies
|
|
|
|
/** // */
|
|
main =
|
|
!"/* "
|
|
; id // */
|
|
|
|
foo =
|
|
?'a'
|
|
|
|
rules
|
|
|
|
foobar: "//" -> "\\" // " '
|
|
/* " ' */
|
|
|
|
foo: a -> a // /*
|
|
where
|
|
b := 'b' // */
|
|
// ; c := $[quotes with anti quotes [b], which are not supported by tokei atm so this is a commented line of code]
|
|
// ; c := ${quotes with anti quotes {b}, which are not supported by tokei atm so this is a commented line of code}
|
|
// ; c := $<quotes with anti quotes <b>, which are not supported by tokei atm so this is a commented line of code>
|