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

Commit 45832ff

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 45832ff

File tree

3 files changed

+200
-145
lines changed

3 files changed

+200
-145
lines changed

src/lib.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ extern crate nom;
2929
pub mod parser;
3030
mod parsers;
3131
pub mod syntax;
32-
pub mod transpiler;
32+
//pub mod transpiler;
33+
//pub mod visitor;

0 commit comments

Comments
 (0)