mirror of
https://github.com/janet-lang/janet
synced 2025-11-01 16:13:02 +00:00
Add tostring method for abstract types.
This lets abstract types customize how they print for debugging.
This commit is contained in:
@@ -986,6 +986,7 @@ static JanetAbstractType peg_type = {
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user