mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
22 lines
277 B
Perl
Executable File
22 lines
277 B
Perl
Executable File
import "lib/testlang"
|
|
|
|
print("hello")
|
|
local a = image "astring"
|
|
image 4
|
|
image and,or,&
|
|
image image
|
|
image akeyword
|
|
image foobar
|
|
print(a)
|
|
image bar 3
|
|
print(bar,bar1)
|
|
|
|
local image what 4 3
|
|
print(what)
|
|
local a = 4
|
|
local b = 5
|
|
c = 6
|
|
print(foolist { a, b, c})
|
|
--test eos token
|
|
image
|