Juniper icon indicating copy to clipboard operation
Juniper copied to clipboard

Unit Test System and Desktop Mode

Open calebh opened this issue 1 year ago • 1 comments

Currently the standard library (and the compiler itself) has no unit tests. The standard library is an obvious target since unit tests for these would exercise many parts of the compiler. Either the compiler would have to be able to target desktop environments, or we would need to emulate some Arduino boards.

Perhaps we should consider a Juniper "desktop mode" which generates C++ code for use on x64. This could eventually lead to Juniper finding applications on typical desktops, which we would have to think about carefully.

calebh avatar Nov 05 '24 03:11 calebh