Commit Graph

25 Commits

Author SHA1 Message Date
a60bcfef80 minor code fix
All checks were successful
continuous-integration/drone/push Build is passing
2024-10-26 13:44:45 +09:00
73cb88cfce updated the go wrapper to print compatible error messages with the main implementation
Some checks failed
continuous-integration/drone/push Build is failing
2024-09-10 12:30:26 +09:00
6407d3c175 removed the option HCL_TRAIT_LANG_ENABLE_BLOCK, thus removing conditional codes for simplicity.
All checks were successful
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
All checks were successful
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
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-24 22:53:34 +09:00
6b279e1785 some cleanup on go wrapper code
All checks were successful
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
All checks were successful
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
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-24 12:57:47 +09:00
1a7d86a293 better error handling in the pascal wrapper
All checks were successful
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
All checks were successful
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
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-22 01:38:13 +09:00
a02c323393 removed the cfg package from go code.
All checks were successful
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
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-05 23:33:22 +09:00
20ddd12c89 renamed various names
All checks were successful
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
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-05 16:58:45 +09:00
428f67f25c added hcl_feedbchars()/hcl_feeduchars()
All checks were successful
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
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-01 16:06:28 +09:00
85a2152be4 fixed the go wrapper code further
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-01 01:42:47 +09:00
3b9b02de83 changed 'sed' to use -e for an expression
All checks were successful
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
All checks were successful
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
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-29 21:40:05 +09:00
dc01f41773 updated go/Makefile.am
All checks were successful
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
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-28 12:18:56 +09:00
2f9ed77452 added --enable-hclgo
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-27 18:26:24 +09:00
de94b4e66f added the go wrapper files. work in progress
Some checks failed
continuous-integration/drone/push Build is failing
2023-10-27 18:20:02 +09:00