Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
christophkirsch
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
christophkirsch
7y ago
The language is a strict subset of C modulo some small semantical differences that are relevant for bootstrapping, see https://github.com/cksystemsteaching/selfie/blob/master/sema...
2.
▲
by
christophkirsch
7y ago
@all Thanks a lot for your awesome comments and feedback. Besides compiler, emulator, and hypervisor, there is a symbolic execution engine in selfie that we are working on and would love to get feedback from you. The goal is to teach, event
3.
▲
by
christophkirsch
7y ago
Thanks a lot, @amasad I pulled your PR and even plan to use repl.it in the upcoming compiler class.
4.
▲
by
christophkirsch
7y ago
We chose not to include support of Boolean operators and instead ask the students to implement that as part of an assignment. We use a self-grader for that. There is an assignment for bitwise Boolean operators. The assignment for logical Bo