Skip to content
← Back

src/driver/source_file_categorizer.ghul

1
namespace Driver is
2
use IO.Std;
3
4
class SOURCE_FILE_CATEGORIZER is
5
is_ghul(file_name: string) -> bool static =>
6
file_name.ends_with(".ghul");
7
si
8
si