2 次程式碼提交

作者 SHA1 備註 提交日期
  Malte Schmitz e414612546 Select Java 8 for Travis CI 5 年之前
  Malte Schmitz be0b5d73f1
Migrate to travis-ci.com 5 年之前
共有 2 個文件被更改,包括 3 次插入1 次删除
分割檢視
  1. +2
    -0
      .travis.yml
  2. +1
    -1
      README.md

+ 2
- 0
.travis.yml 查看文件

@@ -1 +1,3 @@
language: java
jdk:
- openjdk8

+ 1
- 1
README.md 查看文件

@@ -1,4 +1,4 @@
# Parser and Interpreter for While Programs [![Build Status](https://travis-ci.org/malteschmitz/WhileInterpreter.svg?branch=master)](https://travis-ci.org/malteschmitz/WhileInterpreter)
# Parser and Interpreter for While Programs [![Build Status](https://travis-ci.com/malteschmitz/WhileInterpreter.svg?branch=master)](https://travis-ci.com/malteschmitz/WhileInterpreter)

Exemplary Java implementation of a _recursive decent parser_, an _abstract syntax tree (AST) data structure_ and a _structural recursive interpreter_ over this data structure.



Loading…
取消
儲存