This website requires JavaScript.
Explore
Help
Sign in
aarifullin
/
neoneo-go
Watch
1
Star
0
Fork
You've already forked neoneo-go
0
forked from
TrueCloudLab/neoneo-go
Code
Pull requests
Activity
128626de5c
neoneo-go
/
pkg
/
compiler
/
testdata
/
multi
/
file1.go
6 lines
56 B
Go
Raw
Normal View
History
Unescape
Escape
compiler: allow to declare global variables in multiple files Traverse and count globals across all used files. Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
2020-07-28 07:59:21 +00:00
package
multi
var
SomeVar12
=
12
compiler: allow to use exported constants Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
2020-07-28 16:50:44 +00:00
const
SomeConst
=
42
Copy permalink