-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
$INIT и $FINAL: подготовка к внедрению нового синтаксиса (#2)
1. Теперь функции Init и Final, чтобы стать инициализатором и финализатором, могут оставаться локальными. 2. Поля инициализатора и финализатора в IModule заполняются не при первом появлении функций Go, Init или Final, а после того, как анализ дошёл до директивы $END. Таким образом, если внедрить обработку $INIT и $FINAL в тело модуля, функции Init и Final не перезапишут его собой.
- Loading branch information
Showing
3 changed files
with
149 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters