Mirror of the Rel4tion website/wiki source, view at <http://rel4tion.org>

[[ 🗃 ^yEzqv rel4tion-wiki ]] :: [📥 Inbox] [📤 Outbox] [🐤 Followers] [🤝 Collaborators] [🛠 Commits]

Clone

HTTPS: git clone https://vervis.peers.community/repos/yEzqv

SSH: git clone USERNAME@vervis.peers.community:yEzqv

Branches

Tags

master :: projects / idan /

languages.mdwn

Languages

Let’s examine a potential hierarchy of Razom languages.

I’m going to use some fake uids here. It is the exact same information, expressed on different levels. Some of the syntax is imaginary because I haven’t designed it all yet.

Without defining any namespaces and labels:

	<U> <SIA> <SC> .
	<U> <SHN> <UN> .
	<U> <SHD> <UD> .
	
	<UN> <SIA> <ST> .
	<UN> <SHC> "Unit" .
	<UN> <SL> <LEN> .
	
	<UD> <SIA> <ST> .
	<UD> <SHC> "A unit of measurement" .
	<UD> <SL> <LEN> .

With namespaces and labels:

	<M> <SHL> "metro" .
	<M> <SHP> "metro" .
	<M> <SNS> <M> .
	<M> <SIA> <SN> .
	
	<ME> <SHL> "metro__en" .
	<ME> <SHP> "metro__en" .
	<ME> <SNS> <ME> .
	<ME> <SIA> <SN> .

	<U> <SHL> "Unit" .
	<U> <SNS> <M> .
	<U> <SIA> <SC> .
	<U> <SHN> <UN> .
	<U> <SHD> <UD> .
	
	<UN> <SHL> "UnitName" .
	<UN> <SNS> <ME> .
	<UN> <SIA> <ST> .
	<UN> <SHC> "Unit" .
	<UN> <SL> <LEN> .
	
	<UD> <SHL> "UnitDescription" .
	<UD> <SNS> <ME> .
	<UD> <SIA> <ST> .
	<UD> <SHC> "A unit of measurement" .
	<UD> <SL> <LEN> .
[See repo JSON]