1
0
Fork 0
forked from fun/fun

Some minimal fixes for more Fun. (0.35.2)

This commit is contained in:
Johannes Findeisen 2025-12-09 05:19:08 +01:00
commit 66bed28023
13 changed files with 12 additions and 1 deletions

0
examples/extra/pcre2_demo.fun Normal file → Executable file
View file

0
examples/include_local_util.fun Normal file → Executable file
View file

0
examples/ini_class_demo.fun Normal file → Executable file
View file

0
examples/ini_complex.fun Normal file → Executable file
View file

0
examples/ini_demo.fun Normal file → Executable file
View file

0
examples/ini_subsections.fun Normal file → Executable file
View file

2
examples/xml_access_catalog.fun Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/usr/bin/env fun
/*
* This file is part of the Fun programming language.
* https://fun-lang.xyz/

2
examples/xml_access_employees.fun Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/usr/bin/env fun
/*
* This file is part of the Fun programming language.
* https://fun-lang.xyz/

2
examples/xml_access_ns.fun Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/usr/bin/env fun
/*
* This file is part of the Fun programming language.
* https://fun-lang.xyz/

2
examples/xml_class_example.fun Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/usr/bin/env fun
/*
* This file is part of the Fun programming language.
* https://fun-lang.xyz/

2
examples/xml_minimal.fun Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/usr/bin/env fun
/*
* This file is part of the Fun programming language.
* https://fun-lang.xyz/