mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-29 02:08:45 +00:00
changes for new grammar, fixes
This commit is contained in:
parent
91f9affadc
commit
3106a64949
35 changed files with 605 additions and 550 deletions
|
|
@ -1,19 +1,19 @@
|
|||
namespace Namespace {
|
||||
decl something : -> Unit
|
||||
namespace some-namespace {
|
||||
decl something : -> \unit
|
||||
}
|
||||
|
||||
namespace Array {
|
||||
decl something : -> Unit
|
||||
namespace \array {
|
||||
decl something : -> \unit
|
||||
}
|
||||
|
||||
namespace Array {
|
||||
decl something : -> Unit
|
||||
namespace \array {
|
||||
decl something : -> \unit
|
||||
}
|
||||
|
||||
namespace var Array {
|
||||
decl something : -> Unit
|
||||
namespace var \array {
|
||||
decl something : -> \unit
|
||||
}
|
||||
|
||||
namespace const Array {
|
||||
decl something : -> Unit
|
||||
namespace const \array {
|
||||
decl something : -> \unit
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue