Skip to content
This repository has been archived by the owner on Dec 26, 2020. It is now read-only.

leafac/yocto-cfa

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Yocto-CFA

Leandro Facchinetti’s dissertation

Source PDF Continuous Integration

Yocto-CFA has been abandoned.
For various reasons (the pandemic, the birth of my first son, having to move abroad, and so forth) I had to leave the PhD program a couple of months before finishing my dissertation.

Requirements

Install Node.js.

Rebuild Dissertation

$ (cd dissertation && npm install-test)

Run Tests

$ (cd code && npm install-test)

Experiment with Code

$ (cd code && npm install && npx ts-node)

// For example
> import { evaluate } from "./developing-an-analyzer/step-0--substitution-based-interpreter"
> evaluate(`(y => y)(x => x)`)
'x => x'