Skip to content

Commit

Permalink
finished documentation for interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
Eurydia committed Jan 6, 2024
1 parent e6ac9be commit b6e5858
Show file tree
Hide file tree
Showing 3 changed files with 1,001 additions and 300 deletions.
5 changes: 3 additions & 2 deletions docs/technical-documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
This section discusses the implementation of the project.
It is written entirely in [TypeScript](https://www.typescriptlang.org/) with [React](https://react.dev/) and bundled together using [vite](https://vitejs.dev/).

In my persective, the project consists of three major parts.
The interpreter and the renderer belong to the business logic, while the frontend belongs to the application logic.
In my persective, the project consists of three major parts: the interpreter,the renderer, and the frontend.

The interpreter and the renderer belong to the business logic, abd the frontend belongs to the application logic.

## Interpreter

Expand Down
Loading

0 comments on commit b6e5858

Please sign in to comment.