samiam95124 / Pascal-P6

6th version of Niklaus Wirth's original Pascal language compiler system
Other
28 stars 9 forks source link

3/8: Exception handling on module destructor is not implemented #70

Open samiam95124 opened 1 year ago

samiam95124 commented 1 year ago

Pascaline manual: 6.29 Exception handling on module destructor is not implemented.

Basically, an exception handler is thrown at the end of the initializer block for every module, and either the user's handler placed at the start of the destructor block or a null handler.