Some minimal fixes for more Fun. (0.35.2)
This commit is contained in:
parent
db450a871c
commit
66bed28023
13 changed files with 12 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -9,6 +9,7 @@ database.sqlite
|
|||
demo_*
|
||||
dist/
|
||||
downloaded.png
|
||||
json.xml
|
||||
lib/*.so
|
||||
out/
|
||||
src/*.o
|
||||
|
|
|
|||
|
|
@ -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
0
examples/extra/pcre2_demo.fun
Normal file → Executable file
0
examples/include_local_util.fun
Normal file → Executable file
0
examples/include_local_util.fun
Normal file → Executable file
0
examples/ini_class_demo.fun
Normal file → Executable file
0
examples/ini_class_demo.fun
Normal file → Executable file
0
examples/ini_complex.fun
Normal file → Executable file
0
examples/ini_complex.fun
Normal file → Executable file
0
examples/ini_demo.fun
Normal file → Executable file
0
examples/ini_demo.fun
Normal file → Executable file
0
examples/ini_subsections.fun
Normal file → Executable file
0
examples/ini_subsections.fun
Normal file → Executable file
2
examples/xml_access_catalog.fun
Normal file → Executable file
2
examples/xml_access_catalog.fun
Normal file → Executable 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
2
examples/xml_access_employees.fun
Normal file → Executable 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
2
examples/xml_access_ns.fun
Normal file → Executable 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
2
examples/xml_class_example.fun
Normal file → Executable 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
2
examples/xml_minimal.fun
Normal file → Executable file
|
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env fun
|
||||
|
||||
/*
|
||||
* This file is part of the Fun programming language.
|
||||
* https://fun-lang.xyz/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue