Skip to content

Commit 0fa0bb6

Browse files
Update README.md
1 parent 7a1c72b commit 0fa0bb6

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

README.md

+24-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,24 @@
1-
# lisp-diff
2-
Diplom Project
1+
# Lisp semantic diff
2+
It is a project of lisp semantic diff. It was started as the main part of my bachelor's diploma project.
3+
# Features
4+
- supports semantic diff of a small subset of Common Lisp by analyzing ***s-exprs***
5+
- compares 2 lisp files and detects added, deleted, and modified def-s-exprs (like `defun`, `defvar` etc)
6+
- can highlight added, deleted, and moved s-exprs inside particular modified def-s-expr.
7+
- also detects and highlights lexical, syntactic, and some semantic erros
8+
9+
# Dependencies
10+
- QT5 libs and qmake
11+
- sbcl and asdf
12+
13+
# Screenshots
14+
## Start window
15+
![Start window](/screenshots/first-window.png?raw=true)
16+
## Standard diff results
17+
![Standard diff results](/screenshots/normal-result-window.png?raw=true)
18+
## Errors detecting
19+
![Errors detecting](/screenshots/errors-highlighting.png?raw=true)
20+
## Moved s-expr selecting
21+
![Moved s-expr selecting](/screenshots/moved-s-expr-selection.png?raw=true)
22+
## Def to def diff
23+
![Def to def diff](/screenshots/def-to-def-result.png?raw=true)
24+

0 commit comments

Comments
 (0)