Metadata-Version: 2.4
Name: flowscript-lang
Version: 0.1.1
Summary: FlowScript - The Concise Calculus Programming Language
Home-page: https://github.com/qdyg-vn/FlowScript
Author-email: flowscript.lang@gmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.14
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# FlowScript - The Concise Calculus Programming Language

## What is FlowScript?

### FlowScript is a Hyper-Concise and Dataflow-Oriented language, born from the frustration of repetitive operations in imperative programming.

## Features

- **Dataflow Paradigm**: Natural expression of data transformations
- **Hyper-Concise Syntax**: Minimal boilerplate, maximum expressiveness
- **Simple Execution Model**: Clear data flow from input to output
- **Arithmetic Operations**: Full support for mathematical expressions
- **Nested Expressions**: Complex computations with clean syntax

## Installing

```bash
pip install flowscript-lang
```

## How to run fscc file?

fscc <file_name>.fscc

### Example:

```bash
fscc main.fscc
```

## Philosophy

FlowScript eliminates imperative boilerplate by making dataflow the primary concern.
Instead of worrying about variables and assignment, you focus on how data transforms through operations.

## Documentation

* [Syntax Guide](https://github.com/qdyg-vn/FlowScript/blob/main/SYNTAX_GUIDE.md)
* [API Reference](https://github.com/qdyg-vn/FlowScript/blob/main/API_REFERENCE.md)
* [License](https://github.com/qdyg-vn/FlowScript/blob/main/LICENSE)
