Klebert-Engineering / simfil

The Simple Map Filter Language Interpreter 🌳.
BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

Update & Improve Readme #41

Closed johannes-wolf closed 1 year ago

github-actions[bot] commented 1 year ago

Test Results

βŸβ€„1 files  Β±0β€‚β€ƒβŸβ€„1 suites  Β±0   11s :stopwatch: -1s 39 tests Β±0  39 :heavy_check_mark: Β±0  0 :zzz: Β±0  0 :x: Β±0  40 runs  Β±0  40 :heavy_check_mark: Β±0  0 :zzz: Β±0  0 :x: Β±0 

Results for commit 81483cf5. ± Comparison against base commit 894f3793.

:recycle: This comment has been updated with latest results.

josephbirkner commented 1 year ago

Nice πŸŽ‡ Some more ideas:

johannes-wolf commented 1 year ago

Nice sparkler Some more ideas:

* Graphical Architecture Overview (Relationships between `Expr`, `Environment`, `Fields`, `Model`, `Nodes`)

* API integration example with CMake/C++

* C++ Model extension example?

Yes, will add some of those :+1:. Also tried compiling to web (with success) to have an interactive playground but I think this is too much for this PR.

johannes-wolf commented 1 year ago

Would like to merge this and add additions as separate PRs.

github-actions[bot] commented 1 year ago
Package Line Rate Branch Rate Health
include.simfil 55% 37% βž–
include.simfil.model 74% 61% βž–
src 62% 34% βž–
src.model 74% 40% βž–
Summary 64% (2225 / 3462) 36% (1828 / 5068) βž–

Minimum allowed line rate is 50%

johannes-wolf commented 1 year ago

Will do additional changes as follow up PRs.