mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-06 06:58:45 +00:00
grammar refactoring: build_visitor fixed & visitors tested
This commit is contained in:
parent
3c2d496a85
commit
e4802896bd
35 changed files with 118128 additions and 91770 deletions
|
|
@ -1,11 +1,11 @@
|
|||
import "module"
|
||||
import "module" : func
|
||||
import "module" :
|
||||
Type1
|
||||
func1
|
||||
func2
|
||||
func3
|
||||
func4
|
||||
func5
|
||||
|
||||
use ModuleNamespace = import "module"
|
||||
|
||||
|
|
@ -14,5 +14,3 @@ use PartOfModuleNamespace =
|
|||
func1
|
||||
func2
|
||||
func3
|
||||
|
||||
// ?? use ":" once again ??
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue