Skip to content

sebkraemer/fints101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This project is my little playground for

  • teaching myself web development
  • creating a tool for FinTS message inspection

You can read more about it in my blog.

Setup

Disclaimer: I feel free to not keep this up to date at all times, sorry.

  • npm/JS
  • If you want to generate (modify) the existing grammar
    • java (runtime only)
    • antlr (refer to the homepage)
    • "ANTLR4 grammar syntax support" VS Code extension (generates files on save) (comes with its own antlr runtime!)

Run it!

If you want/need to generate the parser files:

pushd src/antlr
antlr4 -Dlanguage=JavaScript FinTS.g4
popd

Run the application:

npm start

Browse http://localhost:3101. It should show a simple parse with semanticallz colored output for input HIBNK:1:1:1:

HIBNK in color

If you're reading or even running this, I'd love to hear from you to tell me what you think!

About

FinTS101: a FinTS message visualizer for the web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published