Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

identifier names can't start with reserved words #27

Open
Telcrome opened this issue Jan 14, 2020 · 1 comment
Open

identifier names can't start with reserved words #27

Telcrome opened this issue Jan 14, 2020 · 1 comment
Labels
bug Something isn't working parser

Comments

@Telcrome
Copy link

Parsing /home/praktikum/labhlap2/rapha/fawkes-robotino-labhlap2019/src/gologpp/visitall-multi-agent/visitall-multi-agent.gpp...
Syntax error at line 192:

	testproc(robot1);
	    ^ Expected: "("
13:08:42.171263 FawkesMainThread: Failed to load plugins ros,navgraph,flite,skiller,gologpp, exception follows
13:08:42.171271 FawkesMainThread: [EXCEPTION] Caught std::exception: boost::spirit::qi::expectation_failure
13:08:42.171271 FawkesMainThread: [EXCEPTION] Could not initialize thread 'gologpp_agent' (ThreadList gologpp)
13:08:42.171271 FawkesMainThread: [EXCEPTION] Plugin >>> gologpp <<< could not be initialized, unloading
@Telcrome Telcrome changed the title function name cant start with "test" identifier name cant start with "test" Jan 14, 2020
@Telcrome
Copy link
Author

same problem with solve:

Parsing /home/praktikum/labhlap2/rapha/fawkes-robotino-labhlap2019/src/gologpp/visitall-multi-agent/visitall-multi-agent.gpp...
Syntax error at line 246:

	solve_task(robot1, 1);
	     ^ Expected: "("

@vmatare vmatare added bug Something isn't working parser labels Jan 14, 2020
@vmatare vmatare changed the title identifier name cant start with "test" identifier names can't start with reserved words Jan 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working parser
Projects
None yet
Development

No branches or pull requests

2 participants