js: add bool type, add if-else master
authoryu.dongliang <18588496441@163.com>
Thu, 30 Oct 2025 07:42:48 +0000 (15:42 +0800)
committeryu.dongliang <18588496441@163.com>
Thu, 30 Oct 2025 07:42:48 +0000 (15:42 +0800)
commit8582f47b698cac5d11a55ee11062351edd475b69
tree8d43f8ef296975c9c2c6b0a6e61250045ca9be52
parent36a2da6051ace5a85f4041b124bf26294dfe9229
js: add bool type, add if-else
13 files changed:
examples/js.html
html/Makefile
js/core/scf_core_types.h
js/core/scf_lex_word.h
js/core/scf_optimizer.c
js/core/scf_type_cast.c
js/core/scf_type_cast.h
js/core/scf_type_cast_bool.c [new file with mode: 0644]
js/doc.c
js/lex/scf_lex.c
js/parse/scf_dfa_expr.c
js/parse/scf_parse.c
ui/Makefile