-
Notifications
You must be signed in to change notification settings - Fork 108
Add Source Week 1 as an internal reference for the Avengers #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can I confirm that the make all
is intended to not generate a pdf for source_week_1.tex
? Or perhaps you could include source_week_1.pdf
as a target for make all
, but exclude it from the prerequisites for make install
.
Hi Prof @martin-henz, is there any update on the |
Not sure about |
Sorry, I missed these comments. Good points. Yes, let's include the Week 1 document in Can you please change the Makefile accordingly? Thanks, -martin |
* Add support for non-deterministic Source 3 Non deterministic Source 3 is a version of Source 3 with a built-in search mechanism. Programmers can specify sets of values, and requirements that the values must satisfy. The evaluator then automatically identifies the values that meet the requirements. * Fix function printing bug in non-det REPL (#30) * fix repl printing bug * Fix block scoping, and add tests * Test more cases where errors are thrown Test: - Reassigning to constants - Wrong number of arguments to function application - Accessing an un-declared variable - Having a non-boolean value as the predicate of a condtional expr - Applying unary operator on wrong argument type - Applying binary operator on wrong argument type * Move require to the prelude (#33) * Move require to prelude * add tests and remove unused code (#34) Adds tests for uncovered lines. * add back return value unwrapping * Add variant property in Context * Fix code style issue * Make variant property non-optional * make requested changes Co-authored-by: Arsalan Cheema <[email protected]> Co-authored-by: martin-henz <[email protected]>
My intention is to focus the Avengers and tutors on this language in our interactions with the students, until we introduce more constructs.