Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.14 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.14 KB

transpiler

npm (scoped) npm (scoped) CI

Proof of concept, things might change

Type information will be required, to be added later, also more work in abaplint needed for this

Target is ES6

Planned database support: SQLite & HANA Express

Technical

  • Fixed point arithmetic is always enabled
  • Everything will run as unicode, targeting UCS-2
  • Endianess ?
  • Time zone = UTC
  • sysid = "ABC"
  • client = "123"

Running

Prerequsites: Node.js 10+

npm install

npm test