Changeset 0768249bc2e9e2e4f03ddf99175468a787eb53d2

Show
Ignore:
Timestamp:
06/02/2008 02:39:10 PM (7 months ago)
Author:
mitchell <mitchell@frost.(none)>
git-committer:
mitchell <mitchell@frost.(none)> 1212442750 -0400
git-parent:

[62ec36bc5ce91b6d1d8eb90127ca874f693c773e]

git-author:
mitchell <mitchell@frost.(none)> 1212442750 -0400
Message:

Added Scala parser.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ext/ohcount_native/ragel_parser.c

    r62ec36b r0768249  
    4444#include "rexx_parser.h" 
    4545//#include "rhtml_parser.h" 
     46#include "scala_parser.h" 
    4647#include "scheme_parser.h" 
    4748#include "shell_parser.h" 
     
    109110  { "rexx", parse_rexx }, 
    110111  //{ "rhtml", parse_rhtml }, 
     112  { "scala", parse_scala }, 
    111113  { "scheme", parse_scheme }, 
    112114  { "shell", parse_shell },