Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ Global indef_mode; ! "Indefinite" mode - ie, "take a brick"

Global standard_interpreter = 0;

Default LanguageCases 1;

@h Final Code Dependencies.
This function definition is a little misleading. The idea is that the
final code-generator can inject code of its own into the body here: for example,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,13 +181,15 @@ Constant LanguageContractionForms = 2; ! English has two:
return 0;
];

Constant LanguageCases = 1; ! The number of article cases; English has one

Array LanguageArticles -->

! Contraction form 0: Contraction form 1:
! Cdef Def Indef Cdef Def Indef

"The " "the " "a " "The " "the " "an " ! Articles 0
"The " "the " "some " "The " "the " "some "; ! Articles 1
"The " "the " "a " "The " "the " "an " ! Case 0, articles 0
"The " "the " "some " "The " "the " "some "; ! Case 0, articles 1

! a i
! s p s p
Expand Down