Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit fd97ffc

Browse files
committed
Change the NonEmpty, Identifier and TranslationUnit types. #47
They’re now type wrappers and not type aliases. Also, add the TypeName type wrapper.
1 parent d0b72db commit fd97ffc

File tree

4 files changed

+227
-167
lines changed

4 files changed

+227
-167
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ pub mod parser;
3030
mod parsers;
3131
pub mod syntax;
3232
pub mod transpiler;
33+
//pub mod visitor;

0 commit comments

Comments
 (0)