mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-08-22 12:16:23 -06:00
14 lines
227 B
Plaintext
14 lines
227 B
Plaintext
-- ExtraMltAbs.gf: abstract grammar for extra stuff
|
|
--
|
|
-- Maltese Resource Grammar Library
|
|
-- John J. Camilleri, 2012
|
|
-- Licensed under LGPL
|
|
|
|
abstract ExtraMltAbs = Cat ** {
|
|
|
|
-- fun
|
|
-- thigh_N : N ;
|
|
-- sailor_N : N ;
|
|
|
|
}
|