-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7432b6d
commit 76a27dd
Showing
25 changed files
with
107 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,4 @@ dependencyResolutionManagement { | |
} | ||
} | ||
|
||
rootProject.name = "Robok-Amix" | ||
rootProject.name = "Amix" |
16 changes: 8 additions & 8 deletions
16
src/main/java/org/robok/amix/Amix.kt → src/main/java/org/amix/Amix.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...va/org/robok/amix/annotation/Component.kt → ...ain/java/org/amix/annotation/Component.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
package org.robok.amix.annotation | ||
package org.amix.annotation | ||
|
||
/* | ||
* This file is part of Robok © 2024. | ||
* This file is part of Amix © 2024. | ||
* | ||
* Robok is free software: you can redistribute it and/or modify | ||
* Amix is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* Robok is distributed in the hope that it will be useful, | ||
* Amix is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with Robok. If not, see <https://www.gnu.org/licenses/>. | ||
* along with Amix. If not, see <https://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
@Retention(AnnotationRetention.SOURCE) annotation class Component(val name: String) |
18 changes: 9 additions & 9 deletions
18
...a/org/robok/amix/compiler/AmixCompiler.kt → ...in/java/org/amix/compiler/AmixCompiler.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...ok/amix/compiler/AmixNullCodeException.kt → ...rg/amix/compiler/AmixNullCodeException.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
package org.robok.amix.compiler | ||
package org.amix.compiler | ||
|
||
/* | ||
* This file is part of Robok © 2024. | ||
* This file is part of Amix © 2024. | ||
* | ||
* Robok is free software: you can redistribute it and/or modify | ||
* Amix is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* Robok is distributed in the hope that it will be useful, | ||
* Amix is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with Robok. If not, see <https://www.gnu.org/licenses/>. | ||
* along with Amix. If not, see <https://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
class AmixNullCodeException() : Exception("Amix Code cannot be null.") |
24 changes: 12 additions & 12 deletions
24
...x/compiler/listener/AmixParserListener.kt → ...x/compiler/listener/AmixParserListener.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 12 additions & 12 deletions
24
...a/org/robok/amix/components/Components.kt → ...in/java/org/amix/components/Components.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...main/java/org/robok/amix/config/Config.kt → src/main/java/org/amix/config/Config.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
...obok/amix/converter/AttributeConverter.kt → .../org/amix/converter/AttributeConverter.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...amix/converter/AttributesAbbreviations.kt → ...amix/converter/AttributesAbbreviations.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...rg/robok/amix/ext/MutableListExtension.kt → ...java/org/amix/ext/MutableListExtension.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.