mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 18:58:30 +00:00
feat: add exception
module
This commit is contained in:
parent
8548ea89fe
commit
951c85a344
9 changed files with 105 additions and 4 deletions
|
@ -317,8 +317,11 @@ const NAMED_FUNC: &str = "NamedFunc";
|
|||
const FUNC: &str = "Func";
|
||||
const QUANTIFIED: &str = "Quantified";
|
||||
const QUANTIFIED_FUNC: &str = "QuantifiedFunc";
|
||||
const QUANTIFIED_PROC: &str = "QuantifiedProc";
|
||||
const PROC_META_TYPE: &str = "ProcMetaType";
|
||||
const FUNC_META_TYPE: &str = "FuncMetaType";
|
||||
const QUANTIFIED_FUNC_META_TYPE: &str = "QuantifiedFuncMetaType";
|
||||
const QUANTIFIED_PROC_META_TYPE: &str = "QuantifiedProcMetaType";
|
||||
const SLICE: &str = "Slice";
|
||||
const FUNC_OBJECT: &str = "object";
|
||||
const FUNC_INT: &str = "int";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue