ValKmjolnir
|
6318f7e9e8
|
⚡ optimize header file, now modules could generate smaller dynamic libs.
|
2022-08-24 22:08:47 +08:00 |
|
ValKmjolnir
|
65fe7daff6
|
📝 change name of used types
|
2022-07-23 12:35:21 +08:00 |
|
ValKmjolnir
|
bdd0cb2912
|
📝 change some identifiers' name.
|
2022-07-09 16:24:58 +08:00 |
|
ValKmjolnir
|
4bbeaa10b5
|
visual update
|
2022-03-10 16:05:49 +08:00 |
|
ValKmjolnir
|
88ef0f8dd6
|
add constant string calculation in optimizer
|
2022-02-01 21:20:36 +08:00 |
|
ValKmjolnir
|
de0a6d9388
|
change name of enum:ast_hashmember->ast_pair, ast_new_iter->ast_iter
change ast_hashmember to ast_pair is because this type in fact is the same as std::pair<std::string,nasal_ref> in C++
|
2022-01-31 17:22:44 +08:00 |
|
ValKmjolnir
|
6c3e5e6a02
|
add optimizer
optimizer now does one work: calculate const number before generating bytecode
|
2022-01-22 00:41:08 +08:00 |
|