About Falcon and falconc
Falcon is a custom scripting language built by Abhigyan Ghosh. Its compiler, **falconc**, is written in Dart and serves as a preprocessor and transpiler, generating valid Dart code that is then compiled into a native executable.
Key Features
- **Inclusion Directives:** Supports `incl = "file.fl"` for recursive pre-processing.
- **Raw Blocks:** Allows direct Dart code injection using `raw { ... }`.
- **Simple IO:** Commands like `readFile`, `writeFile`, and `input`.
- **C-like Syntax:** Functions and control flow are designed to be familiar.