]> Nick Gasson's Git Repositories - nvc.git/commit
Adding support for quotation-mark in string literals and bit string literals (#301)
authormercstash <merkiche.nabil@gmail.com>
Mon, 24 Oct 2016 21:04:13 +0000 (23:04 +0200)
committerNick Gasson <nick@nickg.me.uk>
Mon, 24 Oct 2016 21:04:13 +0000 (22:04 +0100)
commit60aab4480e6e39133a6e34c9da034c09ee974dcf
tree609a5a79e793f8e6dd17758ffd61d2ca90abe6b0
parent58f3a8b5063b6b42f88008c72f65f485f3b75c9a
Adding support for quotation-mark in string literals and bit string literals (#301)

* Better handling of Based Literals with exclusive '#' and ':' as defined in LRM 13.10

* Adding support for string literals and bit string literals

* Fix indentation to 3

* Fixing indentation

* Reducing line diff in lexer

* Removing tab and final fix for indentation
src/common.c
src/lexer.l
test/parse/based.vhd
test/parse/bitstring.vhd
test/parse/literal.vhd
test/test_parse.c