Changeset 0768249bc2e9e2e4f03ddf99175468a787eb53d2
- 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
| r62ec36b |
r0768249 |
|
| 44 | 44 | #include "rexx_parser.h" |
|---|
| 45 | 45 | //#include "rhtml_parser.h" |
|---|
| | 46 | #include "scala_parser.h" |
|---|
| 46 | 47 | #include "scheme_parser.h" |
|---|
| 47 | 48 | #include "shell_parser.h" |
|---|
| … | … | |
| 109 | 110 | { "rexx", parse_rexx }, |
|---|
| 110 | 111 | //{ "rhtml", parse_rhtml }, |
|---|
| | 112 | { "scala", parse_scala }, |
|---|
| 111 | 113 | { "scheme", parse_scheme }, |
|---|
| 112 | 114 | { "shell", parse_shell }, |
|---|