Mouse (programming language): Difference between revisions

Content deleted Content added
mNo edit summary
m added wiki hyperlinks
Line 14:
* Code tracing
 
The design of the Mouse language makes it ideal for teaching the design of a simple interpreter. Much of the book describing Mouse<ref name="grogono2" /> is devoted to describing the implementation of two interpreters, one in [[Z80]] [[Assembly_language|assembly language]], the other in [[PASCAL|Pascal]].
 
==Detailed Description==