scoped_name 0.2.0

A small Rust library meant for tracking identifiers in nested scopes
Documentation
1
2
3
4
5
6
7
//TODO @mark: disable unused stuff later, but currently too much in-progress
#![allow(unused_variables, dead_code, unused_imports)]

mod name;
mod scope;

//TODO @mark: convert to https://github.com/anderslanglands/ustr