Skip to content

Commit 561d3b9

Browse files
committed
update .md files
1 parent 1eba809 commit 561d3b9

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
commit 1eba8090030352706d9b03478e7c901416b36b59
2+
Author: Alexeev Bronislav <alexeev.dev@mail.ru>
3+
Date: Mon Aug 4 06:05:04 2025 +0700
4+
5+
update .md files
6+
17
commit 786234ec4157a8b5ce04cdd84c00c4d6a3e412a5
28
Author: Alexeev Bronislav <alexeev.dev@mail.ru>
39
Date: Mon Aug 4 05:59:51 2025 +0700

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Built on LLVM 19, it combines low-level memory control with expressive S-express
4747

4848
### System Requirements
4949
- LLVM 19 development files
50-
- C++20 compatible compiler
50+
- C++20 compatible clang version
5151
- CPU
5252
- RAM (optional)
5353

@@ -63,14 +63,16 @@ cd sleaf-llvm
6363
./build/bin/sleafllvm -h
6464
```
6565

66+
### How To Use
67+
Please, build and install lib. [Instruction here](./BUILDING.md).
68+
69+
You also can read [Hacking](./HACKING.md)
70+
6671
### Core Technical Features
6772
| Feature | Technical Implementation | Performance Impact |
6873
|---------|---------------------------|---------------------|
6974
| **S-expression Syntax** | Lisp-inspired uniform code representation | Reduced cognitive load, enhanced metaprogramming |
7075
| **LLVM19 Backend** | Direct LLVM IR generation via C++ API | Near-native execution speed, advanced optimizations |
71-
| **Static Typing System** | Type annotations (!int, !ptr) with inference | Compile-time safety, zero-cost abstractions |
72-
| **Memory Control** | Manual allocation (mem-alloc) with scope-based safety | Predictable performance, no GC pauses |
73-
| **Bitwise Operations** | Native bit-and/bit-or/bit-shl instructions | Hardware-level efficiency |
7476
| **Cross-Platform** | Single IR → Windows/Linux/macOS binaries | Consistent behavior across platforms |
7577

7678
### Contribution Guidelines

0 commit comments

Comments
 (0)