[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: TECH: YACC version of proposed change X6
> >(I can post the corresponding one for space tenses if needed.)
> please do.
>
> lojbab
PRESENT:
space_intval_1046 : space_intval_A_1047
| space_intval_A_1047 space_direction_1048
| FEhE_530 interval_modifier_1050
| space_intval_A_1047 FEhE_530 interval_modifier_1050
| space_intval_A_1047 space_direction_1048
FEhE_530 interval_modifier_1050
;
PROPOSED:
There are several possibilities, depending on whether you want to allow
{fe'e ze'a} along with {ve'a} or not. I don't see why not, so I would
go for something like:
space_intval_1046 : space_intval_A_1047
| space_intval_A_1047 space_direction_1048
| FEhE_530 time_interval_1034
| space_intval_A_1047 FEhE_530 time_interval_1034
| space_intval_A_1047 space_direction_1048
FEhE_530 time_interval_1034
;
Jorge