Update article

This commit is contained in:
Lee Lup Yuen 2024-03-02 16:54:48 +08:00
parent 89b4db4883
commit 304357284f
3 changed files with 3 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 MiB

View file

@ -747,7 +747,7 @@ cargo run -- $chunkpath $chunkbase
[(See the __Disassembly Chunks__)](https://github.com/lupyuen/nuttx-tinyemu/tree/main/docs/purescript/qjs-chunk)
![Parsing Apache NuttX RTOS Logs with PureScript (Overall Flow)](https://lupyuen.github.io/images/purescript-flow.jpg)
![Parsing Apache NuttX RTOS Logs with PureScript (Overall Flower)](https://lupyuen.github.io/images/purescript-flower.jpg)
# What's Next
@ -962,6 +962,8 @@ The __Online PureScript Compiler__ will let us modify and test the NuttX Trouble
[(See the __Generated JavaScript__)](https://github.com/lupyuen/nuttx-purescript-parser#purescript-editor-for-nuttx)
![Parsing Apache NuttX RTOS Logs with PureScript (Overall Flowest)](https://lupyuen.github.io/images/purescript-flowest.jpg)
If we wish to run the Online PureScript Compiler locally on our computer...
```bash