fixed package names to "lyng"

This commit is contained in:
Sergey Chernov 2025-06-02 14:07:23 +04:00
parent 19a2a1d909
commit f18038f9ca
26 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
package net.sergeych.lyng
import net.sergeych.ling.TypeDecl
/**
* The LYNG compiler.
*/

View File

@ -1,4 +1,4 @@
package net.sergeych.ling
package net.sergeych.lyng
sealed class TypeDecl {
object Obj : TypeDecl()