Fixed bug with wrong line numbers in error messages. Fixed permissions on examples. (0.39.14)
This commit is contained in:
parent
4956e44e60
commit
53ccdbda10
26 changed files with 274 additions and 116 deletions
11
examples/io/await_http_client.fun
Normal file → Executable file
11
examples/io/await_http_client.fun
Normal file → Executable file
|
|
@ -1,5 +1,16 @@
|
|||
#!/usr/bin/env fun
|
||||
|
||||
/*
|
||||
* This file is part of the Fun programming language.
|
||||
* https://fun-lang.xyz/
|
||||
*
|
||||
* Copyright 2026 Johannes Findeisen <you@hanez.org>
|
||||
* Licensed under the terms of the Apache-2.0 license.
|
||||
* https://opensource.org/license/apache-2-0
|
||||
*
|
||||
* Added: 2026-03-29
|
||||
*/
|
||||
|
||||
/*
|
||||
* Async-style HTTP GET using lib/async/scheduler.fun helpers
|
||||
*
|
||||
|
|
|
|||
0
examples/io/file_io.fun
Normal file → Executable file
0
examples/io/file_io.fun
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue