Skip to content

Commit

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

Language|files|blank|comment|code
:-------|-------:|-------:|-------:|-------:
C++|17|363|275|1215
C/C++ Header|6|225|234|507
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` で参照カウント方式
Expand Down

0 comments on commit bdb1c8d

Please sign in to comment.