Skip to content

Commit

Permalink
chore(book): add the contributor info to the simple calculator example
Browse files Browse the repository at this point in the history
  • Loading branch information
ynn committed Nov 16, 2024
1 parent 1ba3e07 commit e084cb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions book/src/examples/calculator.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Simple calculator

<sub>This page (including the images) was contributed by [ynn](https://github.com/your-diary).</sub>

When you implement an interpreter for a [domain-specific language (DSL)](https://en.wikipedia.org/wiki/Domain-specific_language), or any programming language, the process typically involves the following steps:

1. **Lexing**: Splitting the input stream (i.e., source code string) into tokens via a lexer.
Expand Down

0 comments on commit e084cb2

Please sign in to comment.