-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.TXT
More file actions
21 lines (15 loc) · 937 Bytes
/
README.TXT
File metadata and controls
21 lines (15 loc) · 937 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
***** Welcome to Monkey2_stdlib_tests! *****
iDkP from GaragePixel, Monkey coders and Mark Sibly
Please read the licence contained in the LICENCE.TXT file of this distribution.
***** This collection of programs is written for a specific language *****
Mx2 is a language and a transpiler from the Blitz family languages
released by Mark Sibly in 2018 as a CPSM
(https://en.wikipedia.org/wiki/Cross-platform_support_middleware).
It's general-purpose, open-source, user-friendly and cross-platform.
https://github.com/blitz-research/monkey2
***** Why this folder? *****
The mx2cc compiler comes with tests and examples that can no longer work with
the old std but only with stdlib, the new standard library of the project.
In this folder, you will be able to test stdlib and two other libraries without encountering
compatibility problems.
stdlib is located at the following address: https://github.com/GaragePixel/stdlib-for-mx2