emdash / udlang

A practical, functional language for stream processing.
GNU Lesser General Public License v3.0
1 stars 0 forks source link

tests in typechecker.rs should use the helper methods in ast.rs #11

Closed emdash closed 3 years ago

emdash commented 3 years ago

They currently use some clunky macros instead, and they should be re-written to use the more straight-forward api in ast.rs.