Crates.io | powr-parser |
lib.rs | powr-parser |
version | 0.0.1 |
source | src |
created_at | 2022-12-01 00:02:56.725962 |
updated_at | 2022-12-01 00:02:56.725962 |
description | parses tokens into AST. part of the power project |
homepage | |
repository | https://github.com/minsk-dev/power |
max_upload_size | |
id | 727170 |
size | 14,156 |
power
projectpower
aims to be a javascript/typescript engine to power serverless functions over the web.
the javascript code gets compiled to remove as much cold start interpreting would cause as possible.
more or less where the project stands.
for this project to get on a usable state as fast as possible, it will have to follow a roadmap of changes.
the initial state of the project will be to transpile JS/TS code into another language.
abstracting the compilation side of the project to focus on getting everything else in place.
there's three potential languages power
could compile to:
each of these languages would have their pros and cons into being used in this project. which is why eventually they will have to be replaced to compiling directly instead.
currently, the project uses SSPL-1.0. this license will be changed when the project gets to a more usable state. because this license blocks lesser effort (for a lack of a better term!) contributions (and these are very desirable!), the license may become more permissive before the project is shippable.