https://github.com/mgoltzsche/fa-pap-xml-interpreter
A GUI and interpreter for the german tax office's program flow format. https://mgoltzsche.github.io/fa-pap-xml-interpreter/
https://github.com/mgoltzsche/fa-pap-xml-interpreter
calculator expression expression-language german interpreter language lohnsteuer pap rechner tax ui wage xml
Last synced: 12 months ago
JSON representation
A GUI and interpreter for the german tax office's program flow format. https://mgoltzsche.github.io/fa-pap-xml-interpreter/
- Host: GitHub
- URL: https://github.com/mgoltzsche/fa-pap-xml-interpreter
- Owner: mgoltzsche
- License: apache-2.0
- Created: 2020-02-27T02:00:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-04T21:26:34.000Z (over 4 years ago)
- Last Synced: 2024-12-28T15:49:55.426Z (over 1 year ago)
- Topics: calculator, expression, expression-language, german, interpreter, language, lohnsteuer, pap, rechner, tax, ui, wage, xml
- Language: HTML
- Homepage:
- Size: 279 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fa-xml-interpreter
An interpreter for the german tax office's [program flow format](https://www.bmf-steuerrechner.de/interface/pseudocodes.xhtml).
... and an experiment with ECMAScript 6 and webpack.
It is served here [here](https://mgoltzsche.github.io/fa-pap-xml-interpreter/).
## Build
```
make
```