Skip to content

Commit d0c7ab2

Browse files
author
Bowen Fu
committed
cmake.
1 parent 09f50d8 commit d0c7ab2

File tree

5 files changed

+30
-718
lines changed

5 files changed

+30
-718
lines changed

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,16 @@
3030
*.exe
3131
*.out
3232
*.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/*

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
# lisp.cpp
1+
# lisp.cpp
2+
3+
lisp : a simple computer algebra system in C++
4+
5+
<!-- ![lisp](./lisp.svg) -->
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)

evaluator.cpp

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)