[parser] Handle dotted pairs!

This commit is contained in:
Eryn Wells 2018-09-08 16:06:23 -07:00
parent fe271dfd8b
commit c6696c4f8b
4 changed files with 60 additions and 15 deletions

View file

@ -11,7 +11,7 @@ extern crate sibiltypes;
use sibillexer::{Lex, Token};
use sibillexer::Result as LexerResult;
use sibilparser::Parser;
use sibiltypes::{Bool, Obj, Pair, Sym};
use sibiltypes::{Bool, Obj, Sym};
#[test]
fn single_sym() {