Skip to content

Releases: datacamp/protowhat

Update to latest ANTLR libraries

05 Nov 17:20
Compare
Choose a tag to compare
v1.2.0

Bump version, update changelog, update build config

test_not

24 Apr 15:43
7d8b6d2
Compare
Choose a tag to compare

Currently, test_not can only be used in combination with AST-and-session-agnostic functions that only check on the student's code, such as test_student_typed.

check_file SCT

22 Dec 14:55
5816196
Compare
Choose a tag to compare

NOTE: highlighting when running SCT w/ multiple files is not yet implemented

fix: allow base State to work with AST checks

13 Nov 12:21
3114ba7
Compare
Choose a tag to compare

dummy parser now returns its ParseError by default

Slight tweak to AstModule for better subclassing

24 Aug 19:10
Compare
Choose a tag to compare

parse argument to AstModule is now optional, so you can override parse method

AST parsing and selection

23 Aug 17:54
Compare
Choose a tag to compare

This release pulls in sqlwhat's AST parsing code, and adds classes to plug an arbitrary AST generator into *what libraries.

add simple scts test_mc, success_msg

03 Aug 15:36
Compare
Choose a tag to compare
v0.2.0

Update __init__.py

Pull all but dispatcher from sqlwhat

02 Aug 16:30
Compare
Choose a tag to compare
v0.1.0

bump minor version