Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Botffy committed Dec 9, 2016
1 parent fbb7233 commit 732a27e
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Change log

## MS2 - 2016-12-09

The goal of the milestone was to have variables and assignments: done
surprisingly quickly, the rest of the week was spent on setting up continuous
integration, getting functional tests, getting more fancy tools, working on
the process. A byproduct was the
[jacoco-codeclimate-reporter](https://github.com/Botffy/jacoco-codeclimate-reporter)
script.

### Features

Integer variables, integer literals, assignments.

### Design

- Basic memory model for the interpreter.
- Localisation

### Refactor

- Rework Lexer to use a proper buffer (instead of lines)

### Tooling

- [Continuous integration](config/ci/README.md) is live.
- Packaged binaries are built and stored at
- [users.itk.ppke.hu](http://users.itk.ppke.hu/~sciar/XPLanG/).
- Test coverage is measured and recorded.
- Build instructions.
- Language integration testing.

## [MS1](https://github.com/Botffy/XPLanG/releases/tag/MS1) - 2016-12-04

First milestone, featuring the basic project structure & design, and a
not very useful language.

0 comments on commit 732a27e

Please sign in to comment.