Doxygen code comment cleanups and new blog post. No code changes. (0.41.5)
This commit is contained in:
parent
4e69a3ce63
commit
4309ec2a52
212 changed files with 423 additions and 476 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/**
|
||||
/*
|
||||
* This file is part of the Fun programming language.
|
||||
* https://fun-lang.xyz/
|
||||
*
|
||||
|
|
@ -20,9 +20,6 @@
|
|||
*
|
||||
* Error Handling:
|
||||
* - Exits if arguments wrong types
|
||||
*
|
||||
* @author Johannes Findeisen
|
||||
* @date 2025-10-16
|
||||
*/
|
||||
|
||||
case OP_HAS_KEY: {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/**
|
||||
/*
|
||||
* This file is part of the Fun programming language.
|
||||
* https://fun-lang.xyz/
|
||||
*
|
||||
|
|
@ -26,9 +26,6 @@
|
|||
* // Bytecode: OP_KEYS
|
||||
* // Stack before: [{"a": 1, "b": 2}]
|
||||
* // Stack after: [["a", "b"]]
|
||||
*
|
||||
* @author Johannes Findeisen
|
||||
* @date 2025-10-16
|
||||
*/
|
||||
|
||||
case OP_KEYS: {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/**
|
||||
/*
|
||||
* This file is part of the Fun programming language.
|
||||
* https://fun-lang.xyz/
|
||||
*
|
||||
|
|
@ -28,9 +28,6 @@
|
|||
* // Bytecode: OP_MAKE_MAP 2
|
||||
* // Stack before: ["key1", 1, "key2", 2]
|
||||
* // Stack after: [{"key1": 1, "key2": 2}]
|
||||
*
|
||||
* @author Johannes Findeisen
|
||||
* @date 2025-10-16
|
||||
*/
|
||||
|
||||
case OP_MAKE_MAP: {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/**
|
||||
/*
|
||||
* This file is part of the Fun programming language.
|
||||
* https://fun-lang.xyz/
|
||||
*
|
||||
|
|
@ -26,9 +26,6 @@
|
|||
* // Bytecode: OP_VALUES
|
||||
* // Stack before: [{"a": 1, "b": 2}]
|
||||
* // Stack after: [[1, 2]]
|
||||
*
|
||||
* @author Johannes Findeisen
|
||||
* @date 2025-10-16
|
||||
*/
|
||||
|
||||
case OP_VALUES: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue