js: re-name key word 'create' to 'new', support Math.PI & Math.sqrt()
authoryu.dongliang <18588496441@163.com>
Sat, 11 Oct 2025 08:44:24 +0000 (16:44 +0800)
committeryu.dongliang <18588496441@163.com>
Sat, 11 Oct 2025 08:44:24 +0000 (16:44 +0800)
commitcd1149130a63fabf55713e5cd1c345dc81298e0e
tree2f6b228ebc2de11284d771a23e23a85c8ea3cb91
parentd45b7c97d3f789035999ab172bf36b31ae7efff4
js: re-name key word 'create' to 'new', support Math.PI & Math.sqrt()
30 files changed:
examples/js.html
html/Makefile
js/abc_libjs.so
js/core/scf_core_types.h
js/core/scf_lex_word.h
js/core/scf_node.h
js/core/scf_operator.c
js/core/scf_operator_handler_3ac.c
js/core/scf_optimizer_auto_gc.c
js/core/scf_optimizer_auto_gc_find.c
js/core/scf_pointer_alias.c
js/doc.c
js/lex/scf_lex.c
js/lib/scf_capi.c
js/lib/scf_complex.c
js/lib/scf_string.c
js/lib/x64/lib64/ld-linux-x86-64.so.2
js/lib/x64/libc.so.6
js/lib/x64/libm.so.6 [new file with mode: 0644]
js/parse/Makefile
js/parse/main.c
js/parse/scf_dfa_call.c
js/parse/scf_dfa_expr.c
js/parse/scf_dfa_new.c [moved from js/parse/scf_dfa_create.c with 54% similarity]
js/parse/scf_dfa_parse.c
js/parse/scf_dfa_var.c
js/parse/scf_operator_handler_const.c
js/parse/scf_operator_handler_semantic.c
js/parse/scf_struct_array.c
ui/Makefile