https://github.com/OriRoth/flunct Skip to content Toggle navigation Sign up * Product + Actions Automate any workflow + Packages Host and manage packages + Security Find and fix vulnerabilities + Codespaces Instant dev environments + Copilot Write better code with AI + Code review Manage code changes + Issues Plan and track work + Discussions Collaborate outside of code Explore + All features + Documentation + GitHub Skills + Blog * Solutions For + Enterprise + Teams + Startups + Education By Solution + CI/CD & Automation + DevOps + DevSecOps Case Studies + Customer Stories + Resources * Open Source + GitHub Sponsors Fund open source developers + The ReadME Project GitHub community articles Repositories + Topics + Trending + Collections * Pricing [ ] * # In this repository All GitHub | Jump to | * No suggested jump to results * # In this repository All GitHub | Jump to | * # In this user All GitHub | Jump to | * # In this repository All GitHub | Jump to | Sign in Sign up You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. {{ message }} OriRoth / flunct Public * Notifications * Fork 0 * Star 3 A functional fluent API generator 3 stars 0 forks Star Notifications * Code * Issues 0 * Pull requests 0 * Actions * Projects 0 * Security * Insights More * Code * Issues * Pull requests * Actions * Projects * Security * Insights OriRoth/flunct This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. main Switch branches/tags [ ] Branches Tags Could not load branches Nothing to show {{ refName }} default View all branches Could not load tags Nothing to show {{ refName }} default View all tags Name already in use A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch? Cancel Create 1 branch 1 tag Code * Local * Codespaces * Clone HTTPS GitHub CLI [https://github.com/O] Use Git or checkout with SVN using the web URL. [gh repo clone OriRot] Work fast with our official CLI. Learn more about the CLI. * Open with GitHub Desktop * Download ZIP Sign In Required Please sign in to use Codespaces. Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Launching Xcode If nothing happens, download Xcode and try again. Launching Visual Studio Code Your codespace will open once ready. There was a problem preparing your codespace, please try again. Latest commit @OriRoth OriRoth improved SML/NJ experiment output ... 8ed08f4 Dec 30, 2022 improved SML/NJ experiment output 8ed08f4 Git stats * 6 commits Files Permalink Failed to load latest commit information. Type Name Latest commit message Commit time examples added missing files from last commit December 30, 2022 10:44 experiments improved SML/NJ experiment output December 30, 2022 12:31 src initial commit November 5, 2022 09:57 test organized tests, experiments and examples December 30, 2022 10:34 .gitignore added missing files from last commit December 30, 2022 10:44 CITATION.bib initial commit November 5, 2022 09:57 README.md added Zenodo badge November 5, 2022 10:19 View code Flunct--A Functional Fluent API Generator Code Tests Experiments README.md Flunct--A Functional Fluent API Generator DOI Flunct embeds domain-specific languages (DSLs) in SML. Flunct compiles a given FSM M specifying the DSL syntax into a functional fluent API that validates M at compile time, so only legal DSL programs may compile. For example, we can used Flunct to embed a subset of HTML in SML, making it possible to write HTML webpages as part of an SML code: open HTML val webpage = ^^
| `"Park Description" | `"Park Picture" |
|---|---|
| `"Yosemite" `"national park" |
|