all repos — min @ 68243bde5c29c633eef09420ec8ee0d018b48f06

A small but practical concatenative programming language.

tests/all.min

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
; Import optional module
'stack     import
'time      import
'fs        import
'crypto    import

; Load test files
'lang    load
'stack   load
'io      load
'logic   load
'num     load
'str     load
'sys     load
'time    load
'fs      load
'crypto  load