Files @ 17fe648a8934
Branch filter:

Location: CSY/reowolf/.gitignore

MH
Partial reimplementation of compiler and TypeTable

Every type symbol and its possible polymorphic variables are now
parsed up front and put in the SymbolTable, doing away with the
complicated and error-prone NamespacedIdentifier. Still pending
changes to parts of the compiler and the runtime, so not working
at the moment.
# 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/*/*