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

1
.gitignore vendored
View file

@ -9,6 +9,7 @@ database.sqlite
demo_*
dist/
downloaded.png
json.xml
lib/*.so
out/
src/*.o

View file

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10)
project(fun VERSION 0.35.1 LANGUAGES C)
project(fun VERSION 0.35.2 LANGUAGES C)
set(CMAKE_C_STANDARD 99)
set(CMAKE_C_STANDARD_REQUIRED ON)

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/