32 lines
907 B
Plaintext
32 lines
907 B
Plaintext
================================================================================
|
|
chunk
|
|
================================================================================
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
(chunk)
|
|
|
|
================================================================================
|
|
hash_bang_line
|
|
================================================================================
|
|
|
|
#!/usr/bin/env lua
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
(chunk
|
|
(hash_bang_line))
|
|
|
|
================================================================================
|
|
return_statement
|
|
================================================================================
|
|
|
|
return 42
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
(chunk
|
|
(return_statement
|
|
(expression_list
|
|
(number))))
|