23 lines
749 B
Plaintext
23 lines
749 B
Plaintext
================================================================================
|
|
Simple package definition
|
|
================================================================================
|
|
package flob
|
|
--------------------------------------------------------------------------------
|
|
|
|
(source_file
|
|
(package_declaration
|
|
(qualified_name
|
|
(identifier))))
|
|
|
|
================================================================================
|
|
Dotted package definition
|
|
================================================================================
|
|
package flob.wibble
|
|
--------------------------------------------------------------------------------
|
|
|
|
(source_file
|
|
(package_declaration
|
|
(qualified_name
|
|
(identifier)
|
|
(identifier))))
|