Only cosmetics... No version update. (0.26.3)
This commit is contained in:
parent
2e1b64bfd9
commit
604eff62d9
1 changed files with 11 additions and 0 deletions
11
src/repl.c
11
src/repl.c
|
|
@ -1,4 +1,15 @@
|
||||||
/**
|
/**
|
||||||
|
* This file is part of the Fun programming language.
|
||||||
|
* https://hanez.org/project/fun/
|
||||||
|
*
|
||||||
|
* Copyright 2025 Johannes Findeisen <you@hanez.org>
|
||||||
|
* Licensed under the terms of the Apache-2.0 license.
|
||||||
|
* https://opensource.org/license/apache-2-0
|
||||||
|
*
|
||||||
|
* Added: 2025-10-05
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
* REPL implementation for the Fun programming language.
|
* REPL implementation for the Fun programming language.
|
||||||
* Built only when FUN_WITH_REPL is defined.
|
* Built only when FUN_WITH_REPL is defined.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue