fluxflow

package module
v0.0.0-...-895d70b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 21, 2025 License: MIT Imports: 1 Imported by: 0

README

fluxflow

Go GoDoc codecov

a Go interpreter that eventually should serve a live coding and debug experience.

status

This is work in progress. See examples for runnable examples using the fluxflow cli. See status for the supported Go language features.

install

go install github.com/emicklei/fluxflow/cmd/fluxflow@latest

Use CLI

fluxflow run .

Use as package

package main

import (
    "github.com/emicklei/fluxflow"
)

func main() {
    fluxflow.Run("path/to/program")        
}

© 2025. https://ernestmicklei.com . MIT License

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Call

func Call(pkg *internal.Package, funcName string, args []any) ([]any, error)

func ParseSource

func ParseSource(source string) (*internal.Package, error)

func Run

func Run(absolutePath string) error

Types

This section is empty.

Directories

Path Synopsis
cmd
fluxflow command
genstdlib command
bigloop command
embedded command
nestedloop command
profile command
subpkg command
Code generated by cmd/genstdlib/main.go; DO NOT EDIT.
Code generated by cmd/genstdlib/main.go; DO NOT EDIT.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL