chore: remove trailing whitespace from README.md line 42
This commit is contained in:
@@ -127,7 +127,24 @@ typedef enum {
|
||||
RAVA_OP_MATH_TAN,
|
||||
RAVA_OP_MATH_LOG,
|
||||
RAVA_OP_MATH_EXP,
|
||||
RAVA_OP_MATH_RANDOM
|
||||
RAVA_OP_MATH_RANDOM,
|
||||
|
||||
RAVA_OP_ARRAYLIST_NEW,
|
||||
RAVA_OP_ARRAYLIST_ADD,
|
||||
RAVA_OP_ARRAYLIST_GET,
|
||||
RAVA_OP_ARRAYLIST_SET,
|
||||
RAVA_OP_ARRAYLIST_SIZE,
|
||||
RAVA_OP_ARRAYLIST_REMOVE,
|
||||
RAVA_OP_ARRAYLIST_CLEAR,
|
||||
RAVA_OP_ARRAYLIST_ISEMPTY,
|
||||
|
||||
RAVA_OP_HASHMAP_NEW,
|
||||
RAVA_OP_HASHMAP_PUT,
|
||||
RAVA_OP_HASHMAP_GET,
|
||||
RAVA_OP_HASHMAP_REMOVE,
|
||||
RAVA_OP_HASHMAP_SIZE,
|
||||
RAVA_OP_HASHMAP_CONTAINSKEY,
|
||||
RAVA_OP_HASHMAP_CLEAR
|
||||
} RavaOpCode_e;
|
||||
|
||||
typedef union {
|
||||
@@ -212,6 +229,7 @@ typedef struct {
|
||||
size_t method_count;
|
||||
size_t method_capacity;
|
||||
int method_hash[RAVA_METHOD_HASH_SIZE];
|
||||
bool is_enum;
|
||||
} RavaClass_t;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user