Jim Huang
Jim Huang
> 1. Discard scanerless parser, rewrite it into both lexer and parser. #92 is the starting point for this task.
I recently discovered a small-scale project [laroc](https://github.com/LarocCC/laroc) designed to create a C99 compiler for RISC-V. This project is intended to serve as a reference for improving the frontend and code...
> I would like to know the reason not to have a separated pre-processor. Current pre-processing logic is mixed in both lexer and parse as special cases. If pre-processing is...
Can you open web browser (such as Chrome) and point to `localhost:8080`?
I am closing this issue since the crypto example is far from being useful. Let's add the crypto modules back if we can figure out proper ways to provide.
Build libriscv and its command line interface. ```shell $ git clone https://github.com/fwsGonzo/libriscv $ cd libriscv/emulator $ ./build.sh ``` Since libriscv relies on latest C++ features, recent clang might be required....
@czchen : I agree with you. It would be nice if libchewing provides lookup function for Bopomofo mapping.
[0001-WIP-Integrate-deterministic-memory-pool.patch.gz](https://github.com/sysprog21/rv32emu/files/10253022/0001-WIP-Integrate-deterministic-memory-pool.patch.gz) implementation serves as proof of concept.
Related: #105
[HTFH-RT-Search-Cache](https://github.com/EngineersBox/HTFH-RT-Search-Cache) is a real-time search cache build on top of a Hybrid TLSF Fixed Heap allocator with DLIRS mixed-strategy caching. See also: [DLIRS: Improving Low Inter-Reference Recency Set Cache Replacement...