Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hhorikawa authored Nov 4, 2024
1 parent bdb1c8d commit 7aafc3e
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
- とりあえず Common Lisp のサブセットを実装。
- S式の構築部分だけ, 独立して使える。

C++17
- `variant` で数値は特別扱い
- オブジェクト参照は `shared_ptr` で参照カウント方式
- リストは `vector`
- 文字列は全部 Unicode (UTF-16).

行数:
Language|files|blank|comment|code
:-------|-------:|-------:|-------:|-------:
C++|17|363|275|1215
Expand All @@ -13,18 +20,9 @@ Markdown|1|33|0|91
make|2|30|12|66
YAML|2|5|1|32
Lisp|2|5|4|12
--------|--------|--------|--------|--------
SUM:|30|661|526|1923


C++17
- `variant` で数値は特別扱い
- オブジェクト参照は `shared_ptr` で参照カウント方式
- リストは `vector`
- 文字列は全部 Unicode (UTF-16).



## 機能

- REPL Read-Eval-Print-Loop
Expand Down

0 comments on commit 7aafc3e

Please sign in to comment.