[parser] Handle dotted pairs!
This commit is contained in:
parent
fe271dfd8b
commit
c6696c4f8b
4 changed files with 60 additions and 15 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue