v0.0.2 #2
sanjayaharshana
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Melt v0.0.2
Summary
Melt is a minimal, interpreted, object-oriented language implemented in C++. This release improves build and release tooling and fixes submodule handling.
What's in Melt
if/else,while, classes, methods,this,return,importprint, file I/O, arrays, JSON encode/decode, base64, XOR cipherservePublic, Blade-likerenderView, handler class withmethod handle()make with-mysql), GUI preview (SDL2), loadable extensionsChanges in 0.0.2
Infrastructure & CI
v*to build and attach binaries to the releasemelt-linux-x86_64,melt-darwin-arm64in the release "bin" layoutbin/outputsFixes
main(fixes "not our ref" and 404 on the examples tree link)make citarget and CI build without MySQL/SDL so the runner binary runs without optional librariesDocs & repo
docs/(getting started, language reference, built-ins, HTTP & MVC, examples, development guide)docs/html/index.htmlInstallation
makethen./bin/melt yourfile.meltOptional:
make with-mysql,make with-gui,make installmelt-linux-x86_64ormelt-darwin-arm64), put it on yourPATH(e.g. asmelt), and runmelt yourfile.melt.Full Changelog
make ciThis discussion was created from the release v0.0.2.
Beta Was this translation helpful? Give feedback.
All reactions