Skip to content

Commit 6bc0122

Browse files
authored
Merge pull request #2 from insideapp-oss/feat/grammar
Grammar parsing
2 parents 6e7cec9 + 2ab5115 commit 6bc0122

36 files changed

+22297
-519
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212

1313
#### Enhancements
1414

15-
- None
15+
- Syntax coloration
16+
- Cyclomatic complexity computation
17+
- More accurate code line count
1618

1719
#### Bug Fixes
1820

dart-lang/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,12 @@
1111

1212
<artifactId>dart-lang</artifactId>
1313

14+
<dependencies>
15+
<dependency>
16+
<groupId>org.antlr</groupId>
17+
<artifactId>antlr4-runtime</artifactId>
18+
<version>4.8-1</version>
19+
</dependency>
20+
</dependencies>
1421

1522
</project>

0 commit comments

Comments
 (0)