Delphi 13 added a new procedure directive noreturn.
In order to support this we need to add a new impure keyword for it here
and include it in is_method_directive here
|
pub fn is_method_directive(&self) -> bool { |
and add some tests for it here
|
method_directive_consolidation_test!( |
Delphi 13 added a new procedure directive
noreturn.In order to support this we need to add a new impure keyword for it here
pasfmt/core/src/lang.rs
Line 121 in 8be6daf
and include it in
is_method_directiveherepasfmt/core/src/lang.rs
Line 182 in 8be6daf
and add some tests for it here
pasfmt/core/src/defaults/parser/token_consolidation_tests.rs
Line 121 in 8be6daf