Changeset - 98e316f3e49f
[Not reviewed]
0 1 0
mh - 3 years ago 2022-04-13 14:44:37
contact@maxhenger.nl
Put back checks in string concatenation test
1 file changed with 17 insertions and 1 deletions:
0 comments (0 inline, 0 general)
std/std.internet.pdl
Show inline comments
 
@@ -9,4 +9,20 @@ union Cmd {
 

	
 
primitive tcp_client(u8[] ip, u16 port, in<Cmd> cmds, out<u8[]> rx) {
 
    #builtin
 
}
 
\ No newline at end of file
 
}
 

	
 
- Cleaned up stdlib
 
- Add option to bin compiler
 
- Allow for builtin procedures
 
- Move global functions to their own stdlib file
 
- Add bytestring (and tests for those bytestrings)
 
- Implement type inspector for rust-based components
 
- Modify scheme to facilitate position-independent symbol referencing (from token ranges to token markers)
 
- Fix (byte)string character escaping bug
 
- Fix (release-mode only) type inferencing bug
 
- Implement token-writer for debugging purposes
 
- Introduce `component` trait to facilitate builtin components
 
- Refactor common component code into various `component::default_handle_xxx` functions.
 
- Create TCP client component
 
- Add "epoll" polling thread to retrieve file descriptor events from unix OS.
 
- Implement type for runtime errors
 
\ No newline at end of file
0 comments (0 inline, 0 general)