miking-lang / miking

Miking - the meta viking: a meta-language system for creating embedded languages
Other
51 stars 31 forks source link

Add fileReadBytes external #868

Open didrikmunther opened 1 month ago

didrikmunther commented 1 month ago

Adds the ability to read X amount of characters from a ReadChannel. Commonly required in protocols such as JSON-RPC to read the required amount of characters as specified by a Content-Length: X header.