|
6407d3c175
|
removed the option HCL_TRAIT_LANG_ENABLE_BLOCK, thus removing conditional codes for simplicity.
continuous-integration/drone/push Build is passing
changed the compiler to require a block expression as the class body
|
2024-07-06 12:16:05 +09:00 |
|
|
4ab0187260
|
more input stream handling code
continuous-integration/drone/push Build is passing
|
2024-05-19 17:09:31 +09:00 |
|
|
ba2e5d1ed6
|
updated the go wrapper code to save one memory allocation
continuous-integration/drone/push Build is passing
|
2024-02-24 22:53:34 +09:00 |
|
|
6b279e1785
|
some cleanup on go wrapper code
continuous-integration/drone/push Build is passing
|
2024-02-24 19:41:26 +09:00 |
|
|
06176f4900
|
resolved the issue that go wrapper code stores the file name path in memory allocated with C.malloc
continuous-integration/drone/push Build is passing
|
2024-02-24 17:32:42 +09:00 |
|
|
44a6cda801
|
wip - fixing file inclusion handling in the go wrapper code
continuous-integration/drone/push Build is passing
|
2024-02-24 12:57:47 +09:00 |
|
|
1a7d86a293
|
better error handling in the pascal wrapper
continuous-integration/drone/push Build is passing
|
2024-02-23 00:54:36 +09:00 |
|
|
308b39d50b
|
change to read a line before starting to feed input in the interactive mode
continuous-integration/drone/push Build is passing
fixed the union issue in go wrapper code
|
2024-02-22 01:21:11 +09:00 |
|
|
676ba7d746
|
added GetTrait() and SetTrait() to go code
continuous-integration/drone/push Build is passing
|
2024-01-22 01:38:13 +09:00 |
|
|
a02c323393
|
removed the cfg package from go code.
continuous-integration/drone/push Build is passing
instead, started using -ldflags "-X var=val" to set constant values
|
2024-01-22 01:27:39 +09:00 |
|
|
3953a8e404
|
fixed the file inclusion error in the go wrappers
continuous-integration/drone/push Build is passing
|
2023-11-05 23:33:22 +09:00 |
|
|
20ddd12c89
|
renamed various names
continuous-integration/drone/push Build is passing
|
2023-11-05 22:31:33 +09:00 |
|
|
94a44f1fd7
|
separted the IO handlers to the source code handler and user stream handlers
continuous-integration/drone/push Build is passing
|
2023-11-05 16:58:45 +09:00 |
|
|
428f67f25c
|
added hcl_feedbchars()/hcl_feeduchars()
continuous-integration/drone/push Build is passing
|
2023-11-03 18:04:46 +09:00 |
|
|
7ccc1ce136
|
enhanced the go wrapper by adding more methods and cleaning up code
continuous-integration/drone/push Build is passing
|
2023-11-01 16:06:28 +09:00 |
|
|
85a2152be4
|
fixed the go wrapper code further
continuous-integration/drone/push Build is passing
|
2023-11-01 01:42:47 +09:00 |
|
|
3b9b02de83
|
changed 'sed' to use -e for an expression
continuous-integration/drone/push Build is passing
|
2023-10-31 21:17:08 +09:00 |
|
|
a7b323b795
|
specifed CGO_CFLAGS and CGO_LDFLAGS in Makefile.am
continuous-integration/drone/push Build is passing
removed ##cgo CFLAGS and #cgo LDFLAGS from go source files
|
2023-10-30 02:30:19 +09:00 |
|
|
801b5ea77f
|
restructured some go wrapper files
continuous-integration/drone/push Build is passing
|
2023-10-29 21:40:05 +09:00 |
|
|
dc01f41773
|
updated go/Makefile.am
continuous-integration/drone/push Build is passing
|
2023-10-29 00:35:22 +09:00 |
|
|
463f112ae5
|
moved the -C option to the beginning of the go build command
continuous-integration/drone/push Build is passing
|
2023-10-28 12:18:56 +09:00 |
|
|
2f9ed77452
|
added --enable-hclgo
continuous-integration/drone/push Build is passing
|
2023-10-27 18:26:24 +09:00 |
|
|
de94b4e66f
|
added the go wrapper files. work in progress
continuous-integration/drone/push Build is failing
|
2023-10-27 18:20:02 +09:00 |
|