Files @ ed4fe8216eb0
Branch filter:

Location: CSY/reowolf/.gitignore - annotation

MH
Fix binding- and assignment-expression related typing issues.

Simpler solutions are better, so the typechecker is back to normal.
Instead we simply make sure that assignment expression is never
nested under another expression, and binding expressions may only
be nested under LogicalAnd-expressions. If only I knew why I thought
type shenanigans were a good idea in the first place...
# TODO Documents and notes
todo_*.md
notes_*.md

# Build system
Cargo.lock
target
**/*.rs.bk

# IDEs
/.idea

# Binaries
main

# Examples
examples/*/*.exe
examples/*.dll
examples/reowolf*
examples/*.txt
examples/lib*
examples/lib*.*
examples/*/amy
examples/*/bob
examples/*/main

# Logs
logs/*
logs/*/*