A small workbook for learning the Fe language via intentionally broken exercises.
All exercises live under lessons/.
- The
feCLI- Install:
$ curl -fsSL https://raw.githubusercontent.com/argotorg/fe/master/feup/feup.sh | bash
- Install:
- Optional:
solcif you want to use the Yul backend (--backend yul) - An editor with Fe syntax/LSP support (you can run
fe lsp)
- Each lesson has a
README.mdwith run instructions. - Exercises are meant to be fixed. Follow the
PROBLEM:/EXERCISE:markers and compiler errors until things compile and tests pass.
- Lesson 00 — Getting Started:
lessons/00-getting-started/README.md - Lesson 01 — Language Basics:
lessons/01-language/README.md - Lesson 02 — Project Structure:
lessons/02-project-structure/README.md