Results 4 issues of

How to compile this lib into C++?

TypeError: events.findLast is not a function pages/index.js (44:29) @ _callee$ 42 | 43 | const prompt = e.target.prompt.value; > 44 | const lastImage = events.findLast((ev) => ev.image)?.image; | ^ 45...

``` \"[\u0000-\U10FFFF]*\" { printf("line%d type:STRING,value:%s\n", yylineno, yytext); } ``` input :"A" output:line1 type:STRING,value:"A" input:"你好" but nothing is output

你好,请问可以提供一个CMakeLists.txt之类的吗