]> matita.cs.unibo.it Git - helm.git/commit
- mac (ma count)
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Fri, 9 Nov 2012 18:56:55 +0000 (18:56 +0000)
committerFerruccio Guidi <ferruccio.guidi@unibo.it>
Fri, 9 Nov 2012 18:56:55 +0000 (18:56 +0000)
commit9f47f7b4e9b99484b02b3b6f4d71a049b3389565
treea183e7353710f048201627b7381ad1b05ddcadde
parentbd3b4677ff8a1cb02fe4745b89e83c77b2dd5287
- mac (ma count)
  small program to count the number of characters (not bytes) in a .ma
  file excluding (possibly nested) comments, repeated spaces, and escape
  characters in strings
- lambda_delta:
  Makefile updated to use mac
matita/components/binaries/mac/Makefile [new file with mode: 0644]
matita/components/binaries/mac/lexer.mll [new file with mode: 0644]
matita/components/binaries/mac/mac.ml [new file with mode: 0644]
matita/components/binaries/mac/options.ml [new file with mode: 0644]
matita/matita/contribs/lambda_delta/Makefile