We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5807a07 commit 46e0cb4Copy full SHA for 46e0cb4
pom.xml
@@ -9,8 +9,8 @@
9
<packaging>pom</packaging>
10
<version>1.0</version>
11
<name>Compiler Craft</name>
12
- <description>Project to experiment with compiler techniques</description>
13
- <url>https://github.com/CompilerProgramming/CompilerCraft.git</url>
+ <description>EZ (EeeZee) language project for experimenting with compiler techniques</description>
+ <url>https://github.com/CompilerProgramming/ez-lang.git</url>
14
<licenses>
15
<license>
16
<name>Apache License Version 2.0</name>
@@ -19,7 +19,7 @@
19
</licenses>
20
21
<modules>
22
- <module>common</module>
+ <module>common</module>
23
<module>antlr-parser</module>
24
<module>lexer</module>
25
<module>types</module>
0 commit comments