The Magpie programming language
Stars
375
Forks
36
Watchers
Open Issues
11
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
1.2k
commits
7
6
3
2
1
Merge pull request #41 from MatheusRich/fix-typo
f5138e3
Fix typo
05d10fc
Create a correctly-sized buffer when reading from TCP.
ea2513e
Start sketching in streams.
c77942a
Clean up includes.
bf01a7b
Reorganize natives and object code.
15a8fd6
Move native definitions into their respective files.
3701e28
Move TCP stuff into new "net" module.
7d4909f
Get TCP connection listener sort of working.
0f53e12
Tweak how tokens are consumed after an error.
316f9b0
Rethrow if no catch clause matches.
ee35303
Simplify prime sieve example.
e981a21
Make "done" a reserved word and built-in type.
1130e61
Make each, map, and where stop if the fn returns done.
aea1774
Define each() on Iterable.
6276c08