nac3_sca/nac3core
pca006132 b267a656a8 nac3core: added exception type and fixed primitive representation
- Added `Exception` primitive type and some builtin exception types.
  Note that all exception types share the same layout, and should
  inherit from the base `Exception` type. There are some hacks in the
  toplevel module for handling exception types, we should revisit and
  fix them later.
- Added new primitive types to concrete type module, otherwise there
  would be some weird type errors.
- Changed the representation of strings to CSlice<u8>, instead of
  CString.
2022-02-12 22:13:59 +08:00
..
src nac3core: added exception type and fixed primitive representation 2022-02-12 22:13:59 +08:00
Cargo.toml lock insta version (#179) 2022-01-31 15:18:49 +08:00
build.rs nac3core: build script use Path::join 2022-01-09 12:06:45 +08:00