pluto-src 0.1.1+0.10.4

Sources of Pluto (Lua 5.4 dialect) and logic to build it.
Documentation
1
2
3
4
5
6
7
8
9
10
#include "spaceship.hpp"

#if !SOUP_SPACESHIP_USE_STD
NAMESPACE_SOUP
{
	const strong_ordering strong_ordering::less = -1;
	const strong_ordering strong_ordering::equal = 0;
	const strong_ordering strong_ordering::greater = 1;
}
#endif