dolang-compile 0.1.0

Parser, resolver, and bytecode compiler for the Do language.
Documentation
1
2
3
4
5
6
use dolang_util::intern;

pub(crate) struct Tag;

pub(crate) type Id = intern::Id<Tag>;
pub(crate) type Table = intern::Table<intern::StrId, Tag>;