Metadata-Version: 2.4
Name: frscript
Version: 3.0.0
Summary: Simple bytecode compiled C-style scripting language
Home-page: https://github.com/Omena0/fr
Author: Omena0
License: PolyForm Noncommercial License 1.0.0
Project-URL: Homepage, https://github.com/Omena0/fr
Project-URL: Bug Reports, https://github.com/Omena0/fr/issues
Project-URL: Source, https://github.com/Omena0/fr
Keywords: compiler,interpreter,scripting,bytecode,language
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Compilers
Classifier: Topic :: Software Development :: Interpreters
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: setuptools
Requires-Dist: zstd
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python



# Fr

[![Build](https://github.com/Omena0/fr/actions/workflows/publish.yaml/badge.svg)](https://github.com/Omena0/fr/actions/workflows/publish.yaml)
![Test](https://github.com/Omena0/fr/actions/workflows/test.yaml/badge.svg)
![License](https://img.shields.io/badge/license-PolyForm%20Noncommercial-blue)
![AI Code](https://img.shields.io/badge/AI_code-50%25-red?logo=Github%20copilot)

Simple bytecode compiled C-style scripting language.

Features:
- Launcher (`fr`)
- Really fast. Fast C runtime and parse time function evaluation, loop unrolling and inlining.
Bytecode-level optimizations such as fused operations.
- Batteries included. Lots of features out-of-the-box. No libraries required.
- **File and Socket I/O**. Low-level file operations and raw socket programming with TCP/UDP/Raw sockets, IPv4/IPv6 support.


