File tree Expand file tree Collapse file tree 5 files changed +30
-718
lines changed Expand file tree Collapse file tree 5 files changed +30
-718
lines changed Original file line number Diff line number Diff line change 30
30
* .exe
31
31
* .out
32
32
* .app
33
+
34
+ _deps /
35
+ .vscode /*
36
+ ** /CMakeFiles
37
+ ** /cmake_install *
38
+ ** /CTest *
39
+ ** /* Cache *
40
+ ** /unittests * cmake
41
+ Dart *
42
+ Testing
43
+ log
44
+ Makefile
45
+ build /*
Original file line number Diff line number Diff line change 1
- # lisp.cpp
1
+ # lisp.cpp
2
+
3
+ lisp : a simple computer algebra system in C++
4
+
5
+ <!--  -->
6
+
7
+ ![ Standard] ( https://img.shields.io/badge/c%2B%2B-17/20-blue.svg )
8
+ ![ Type] ( https://img.shields.io/badge/type-macro--free-blue )
9
+
10
+ ![ Platform] ( https://img.shields.io/badge/platform-linux-blue )
11
+ ![ Platform] ( https://img.shields.io/badge/platform-osx-blue )
12
+ ![ Platform] ( https://img.shields.io/badge/platform-win-blue )
13
+
14
+ [ ![ CMake] ( https://github.com/BowenFu/lisp.cpp/actions/workflows/cmake.yml/badge.svg )] ( https://github.com/BowenFu/lisp.cpp/actions/workflows/cmake.yml )
15
+ [ ![ CMake] ( https://github.com/BowenFu/lisp.cpp/actions/workflows/sanitizers.yml/badge.svg )] ( https://github.com/BowenFu/lisp.cpp/actions/workflows/sanitizers.yml )
16
+ ![ GitHub license] ( https://img.shields.io/github/license/BowenFu/lisp.cpp.svg )
17
+ [ ![ codecov] ( https://codecov.io/gh/BowenFu/lisp.cpp/branch/main/graph/badge.svg?token=BNWHFLNNSD )] ( https://codecov.io/gh/BowenFu/lisp.cpp )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments