File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// Copyright 2020 Furqan Software Ltd. All rights reserved.
22
3- package c
3+ package c99
44
55import (
66 "bytes"
Original file line number Diff line number Diff line change 11// Copyright 2020 Furqan Software Ltd. All rights reserved.
22
3- package c
3+ package c99
44
55import "git.furqansoftware.net/toph/scanlib/gen/code"
66
Original file line number Diff line number Diff line change 1- package c
1+ package c99
22
33var ASTType = map [string ]string {
44 "bool" : "int" ,
Original file line number Diff line number Diff line change 66 "testing"
77
88 "git.furqansoftware.net/toph/scanlib/ast"
9- "git.furqansoftware.net/toph/scanlib/gen/c "
9+ "git.furqansoftware.net/toph/scanlib/gen/c99 "
1010 "git.furqansoftware.net/toph/scanlib/gen/cpp14"
1111 "git.furqansoftware.net/toph/scanlib/gen/go1"
1212 "git.furqansoftware.net/toph/scanlib/gen/py3"
@@ -22,9 +22,9 @@ type language struct {
2222var (
2323 langs = []language {
2424 {
25- key : "c " ,
25+ key : "c99 " ,
2626 ext : ".c" ,
27- genFn : c .Generate ,
27+ genFn : c99 .Generate ,
2828 },
2929 {
3030 key : "cpp14" ,
You can’t perform that action at this time.
0 commit comments